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

How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


how can u display multi language (i.e english,spanish...) web site?

2 Answers  


Explain the difference between response.redirect vs server.transfer

0 Answers  


How can you identify that the page is post back?

0 Answers  


Can you set the session out time manually?

0 Answers  






What is the differances between a abstract calss and interface

2 Answers   Patni,


Difference between HTML control and Web Server Control?

4 Answers  


What is the typical session identifier?

0 Answers  


On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object

4 Answers   Syntax Softtech,


What is Master Page in Asp.net?

9 Answers  


WSDL means?

0 Answers   Siebel,


If I m using Session State Partioning where I have partitioned my session into 4 servers then how can I know that my session will be stored on which server?

1 Answers  


Categories