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
How do you design a website with multilingual support in ASP.NET ?
What is work flow gen? how can it will work with .Net?
How to make paging concepts in datagrid in ASP.NET?
What do you mean by caching in asp.net?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Is sql backend or frontend?
What is asp.net and ado net?
Which method is used to perform all validation at the page level?
What is skin in asp.net?
What is session state server?
Does asp.net still recognize the global.asa file?
What are session state modes in asp.net?
What are the session management techniques asp net?
Explain what are webservices?
What is difference between web config and global asax?