Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Usage of web.configuration ?

3 Answers   Microsoft,


Does web services support data reader like pom project?

0 Answers  


What is a viewstate?

0 Answers  


Explain asp.net application life cycle?

0 Answers  


What are the best practices to follow to secure connection strings in an ASP.NET web application?

0 Answers   MCN Solutions,


Every Validation controls have same option ?

2 Answers   iGate,


i wand basic interview based questions in asp.net and vb.net

0 Answers   Legio Infotech,


What are the events that happen when a client requests an asp.net page from iis server?

0 Answers  


Tell me the code snippet to show how we can return 404 errors from HttpError?

0 Answers  


how to create textboxes dynamically and insert textbox text into sql database

2 Answers   AGiSAC,


How you can stop the validation of ASP.NET controls from client side?

0 Answers   Sans Pareil IT Services,


Difference between viewstate, cache, session

2 Answers   Mind Tree,


Categories