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 |
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.
Explain Authentication mechanism in dotnet
How many rounds are there for a software programmer to clear interview in any IT industries(MNC).
I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.
What is the difference between ASP Session State and ASP.Net Session State?
Are cookies client side or server side?
What r the remotable objects. and how u make an application remotable
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!!!
Explain the server control events of asp.net ?
How do you sign out from forms authentication?
What are the session variables?
What is the adavantage of using ASP.NET routing?