Answer Posted / sivaprasad
Usually ASP.NET Application will run by two configuration
files 1)machine.webconfig
2)Web.config
These two are in system will is for all Webapplications
and we had a choice like maintaining web.config files in
Application for maintaing connectionstrings,Appsettings
which is used for Application settings so this web.config
file will overwrite settings in above two config files and
we had a choice like maintaining web.config file under
perticular folder which contain settings for that
particular pages which are under that folder, so this
web.config file will ovwrwrite settings in our Application
web.config file
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between GridView and Repeater controls in ASP.NET?
What is session object? Describe in detail.
Is asp.net easy to learn?
Can I combine classic asp and asp.net pages?
IN an ASP.NET Web application if there is any error, how can you debug?
Explain what are delegates?
What is cache in asp net?
How to handle errors in Web API?
If 200 is for all successful operation then why do we have 201 response codes?
Can I have a unique key as foreign key?
How you will improve web application performance?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is the advantage of mvc over asp.net? : Asp.Net MVC
Whats the difference between abstract factory pattern and factory pattern?
What is difference between viewstate and session in asp net?