What is custom tag in web.config ?

Answers were Sorted based on User's Feedback



What is custom tag in web.config ?..

Answer / jignesh panchal

user defined setting

Is This Answer Correct ?    13 Yes 1 No

What is custom tag in web.config ?..

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

Post New Answer

More ASP.NET Interview Questions

Which is better union or union all?

0 Answers  


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

0 Answers   MindCracker,


True or False: To test a Web service you must create a windows application or Web application to consume this service?

1 Answers  


What is three major points in WCF?

1 Answers   Patni,


How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .

2 Answers  






How do I publish my asp.net application to my isp's web server?

0 Answers  


Is viewstate enabled by default?

0 Answers  


how to create textboxes dynamically and insert textbox text into sql database

2 Answers   AGiSAC,


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()?

1 Answers  


What is content page in asp net?

0 Answers  


Categories