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

can sn.exe can be used before gacutil.exe

2 Answers   Accenture,


What data types do the RangeValidator control support?

2 Answers   Siebel Systems,


How can we register exception filter from the action?

0 Answers  


4. How do you plan to achieve these goals?

7 Answers   Burger King, Latest, Swatz Oils,


How would you implement inheritance using c#?

0 Answers  






Define a multilingual website?

0 Answers  


Usage of web.config?

2 Answers   Microsoft,


How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?

3 Answers   CoreObjects,


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

0 Answers   Wipro,


What is the caspol.exe tool used for?

0 Answers  


What's the use of formatters in .net?

0 Answers  


What is difference between or and orelse?

0 Answers  


Categories