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


Please Help Members By Posting Answers For Below Questions

Why the javascript validation not run on the asp.net button but run successfully on the html button?

550


What are the different authentication modes in asp.net?

520


What is Web API?

647


When Cookies are expired in ASP.NET?

575


What is difference between session and application in asp net?

491






What does passport and windows authentication mean in ASP.NET?

649


How is session id generated?

457


Explain what does wsdl stand for?

561


Which object encapsulates state or data of a user?

624


How to deploy/publish webservices?How many ways?Plz explain me

1844


What is the application pool?

547


What are the different session state management options available in asp.net?

519


What do you mean by authentication?

528


What is different authentication mechanisms used in ASP.NET?

589


What are sql joins?

570