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 web.config file ?

Answer Posted / tanuj kumar

Web.config file is the configuration file for the Asp.net web application. There is one web.config file for one asp.net application which configures
the particular application. Web.config file is written in XML with specific tags having specific meanings.It includes databa which includes
connections,Session States,Error Handling,Security etc.
For example :
< configuration >
< appSettings >
< add key="ConnectionString"
value="server=localhost;uid=sa;pwd=;database=MyDB" / >
< /appSettings >
< /configuration >

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do session use cookies in asp net?

1046


Define dll hell?

1138


What are the difference between function and stored procedure in .net programming language?

763


Why is xap important?

1062


How does exception management works in ASP.NET?

1194


Explain what is clr?

1095


List some of the important session state modes of asp.net.

1033


Elaborate differentiation between ViewState and SessionState?

1135


Explain the difference between an exe and a dll?

1053


What are the session variables?

1032


Is redux flux?

1005


What is session management in web application?

1065


What is the use of dispose method?

1078


What is the best Macanism to clear the Cache in asp.net

1277


How to fetch a data from one table to another table in asp.net ?

1088