What is custom tag in web.config ?
Answer Posted / chauhan rakesh botad
Custom tag allows you to create your own tag and specify key
value pair for it.
Providing a new header information in which you can store up
your customized information. So that, by parsing appropriate
tags you can retrieve the values in run time.
To add a custom tag to Web.config you need to first
explicitly specify the new tag name in Web.config via the
<configSections> tag
<appSettings>
<add key=”Name” value=”Rakesh Chauhan”/>
<add key=”Address” value=”Botad, Gujarat” />
<add key=”Contact” value=”chauhan.rakesh514@gmail.com” />
</appSettings>
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Are there resources online with tips on asp to asp.net conversions?
What is the use of autowireup in asp.net?
What's the difference between viewstate and sessionstate?
Which object encapsulates state or data of a user?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What asp.net control can embed xaml into asp.net pages?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What is Model-View-View Model?
What is break mode?
Does web services support data reader like pom project?
How can you make sure that web api returns json data only?
What is a SESSION and APPLICATION object?
What is the difference between ldap and active directory?
What is a user session?
Is redux flux?