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

What does session_start () do?

618


What is the meaning of TestApi?

631


What is the displayafter property in updateprogress control?

509


What is postback in asp net?

562


What is redirecting behavior?

519






Explain about asp.net 2.0 themes?

555


What are app services?

528


What is the difference between custom controls and user controls?

473


Explain parts of assembly?

550


What are the three parts of an http response?

527


What is tracing? Where is it used?

555


What are sharepoint pages?

494


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

539


What are the steps involved to fill a dataset?

550


Which control has default post back is enabled(true)?

607