What is the Web.config file used for?
a) To store the global information and variable definition
for the application.
b) Configures the time that the server-side codebehind
module is called
c) To Configure the Web Server.
d) To Configure the Web browser.
Answer Posted / taran
a) ; majorly it does this only and along with it you can do
other things like: viewstae encryption, viewstate enabling,
authentication mode,sql connection string etc.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain the use of dataadapter.
how can create login from create and written conde in asp.net
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Explain how dot net compiled code will become platform independent?
Define cookie.
Can you clarified A Web service can only be written in .NET or not?
What is a pixel url?
Where is http session stored?
How do we ensure view state has not tampered?
What are the advantages of using Master Pages?
What is the difference between response.redirect and server.transfer?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is localhost in asp.net?
What are the Types of chaching. How to implement caching
How can you apply a theme to your asp.net application?