What is custom tag in web.config ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Which is better union or union all?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
True or False: To test a Web service you must create a windows application or Web application to consume this service?
What is three major points in WCF?
How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .
How do I publish my asp.net application to my isp's web server?
Is viewstate enabled by default?
how to create textboxes dynamically and insert textbox text into sql database
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
0 Answers Accenture, Value Labs,
Where you store Connection string in "Web.Config" file in ASP.NET?
0 Answers Sans Pareil IT Services,
What’s the difference between Response.Write() andResponse.Output.Write()?
What is content page in asp net?