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
What is difference between session and application in asp net?
What is the difference between exe and dll?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is asp.net and its advantages?
Which property is used to identify the Page is Post Back in ASP.NET?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
what is publisher?
Does google crawl redirects?
Do you know using sql cache invalidation?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What are the various session state management options provided by asp.net?
Is asp.net a programming language?
What is difference between singleton and single call?
Explain the Session state management options available with ASP.NET?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?