Hi...
Ques : Hello friends I want to know that, what is custom tag in web.config file ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Feb 26, 2012, 11:17 PM
Please refer ,
http://www.codeproject.com/Articles/32628/ASP-NET-Custom-Web-Configuration-Section
it is very good article for custom tag in web copnfig.
Satyapriya NayakPosted Feb 26, 2012, 7:34 AM
Custom tag allows you to create your own tag and specify key value pair for it.
To add a custom tag to Web.config you need to first explicitly specify the new tag name in Web.config via the
Thanks