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

We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.

1 Answers   ADITI,


Explain Authentication mechanism in dotnet

0 Answers   BirlaSoft,


How many rounds are there for a software programmer to clear interview in any IT industries(MNC).

3 Answers   HCL,


I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.

1 Answers  


What is the difference between ASP Session State and ASP.Net Session State?

0 Answers  






Are cookies client side or server side?

0 Answers  


What r the remotable objects. and how u make an application remotable

1 Answers  


hi all; i need standard notes on .net(basics) for my seminar. im a starter in .net. plz suggest whr can i get satisfactory notes!!!

1 Answers  


Explain the server control events of asp.net ?

0 Answers  


How do you sign out from forms authentication?

0 Answers   MCN Solutions,


What are the session variables?

0 Answers  


What is the adavantage of using ASP.NET routing?

0 Answers   NA,


Categories