Tell About Web.config ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ram
web.config is an XML file. A folder can have only one
web.config file. It helps to set configuration setting for
an application.
Is This Answer Correct ? | 3 Yes | 2 No |
How do I know asp.net mvc version? : Asp.Net MVC
i need code for insert,delete,update adn display records using stored procedure in C#
Using code explain Configuration Management
How can we create a website?
When cookie will expire?
Difference between response.redirect and server.transfer?
What is the difference between debug and release?
How do session tokens work?
Explain about consistent programming model in the .NET framework?
Why mvc is faster than asp.net? : Asp.Net MVC
About dataset and data mining ?
How many types of session state management options available in asp.net?