What is web.config. How many web.config files can be allowed
to use in an application ?

Answer Posted / skumar

Web config file is a XML file, that contains information
about the application level settings. This is most useful
feature to change the hard coded things.

Usually only one config file will be used in the web
applications. That resides in the root folder of web
application. But the developer can create one config file
for each folder. It will take from the current level hierarchy.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is viewstate secure?

503


What is a server cookie?

495


Explain what is event bubbling?

567


Explain the purpose of storyboard.targetproperty.

519


What are the benefits of Razor View?

531






Explain server side state management system.

547


What is the default timeout for a cookie?

558


What are the properties of the eventargs argument when capturing keyboard events?

530


Name the tools or API for developing or testing web api?

529


How you can manage the state of application at the server side in ASP.NET?

568


Explain what the contents of cookie?

587


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

530


What are Master Pages in ASP.NET? or What is a Master Page?

607


How does u call and execute a sp in .net?

543


What does asp in asp.net stand for?

515