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

How ViewstateMac works?

2580


Which library is used by the testers and developers to develop automated tests and create testing tools?

787


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

737


What is the difference between ASP Session State and ASP.Net Session State?

822


What is simple data binding?

757


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

789


Explain About WebService

919


What is IPostBack? How to use it?

880


What is asp.net and its advantages?

767


How does output caching work in ASP.NET?

714


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

2211


What are validator? Name the validation controls in asp.net? How do you disable them?

796


What are directives in asp.net?

727


What is the difference between session.abandon() vs clear()?

768


How to implement role based security in asp.net mvc? : Asp.Net MVC

673