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. How many web.config files can be allowed
to use in an application ?

Answer Posted / lily antony

The web.config file is the configuration file of the web
application. This means that the configuration settings of
the application [such as authentication, authorisation,
tracing, debugging, connectionstrings, ...] can be changed
through the web.config file.

The main advantage is that that the changes made in the
web.config file will be applicable to the web application
without having to change the code of the application and
without recompiling the application.

The root folder of a web application can have only one
web.config file. But any inner/ sub folders can have a
web.config file. It web.config file in the sub folders will
override the one in the root folder of the application.

Is This Answer Correct ?    32 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between client-side and server-side validations in webpages?

1067


How would you get asp.net running in apache web servers?

1093


In ViewState How much lifespan items stored?

1131


Describe a Windows Service and its lifecycle ?

1210


How can you handle unmanaged code exceptions in asp.net?

1146


What are the advantages of Web API?

1162


How do you do Client-side validation in .Net?

1133


What are Master Pages in ASP.NET?

1109


Explain parts of assembly?

1012


What are url fragments?

950


What methods are fired during the page load? Init()

1021


What is a response cookie?

1169


How to deploy/publish webservices?How many ways?Plz explain me

2323


What is the equivalent of date() and time() in asp.net?

1028


Can you explain composite pattern?

1096