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 |
What are the different types of sessions in asp.net?
when the threads are used in dot net.
how to add cliet side event to server side? and how to register client script to sever side? wt difference these two
What is autopostback in asp net?
How to configure a website without using IIS.
How to authenticate users using Web.Config ?
What kind of data can be stored in viewstate?
.net allows which inheritence
6 Answers AG Technologies, Samcomm,
how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.
Can you use Web API with ASP.NET Web Form?
List all templates of the repeater control.
How to bind all the binding controls in a page at once in ASP.NET?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)