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 parts of assembly?
how can create login from create and written conde in asp.net
What is view state management in asp net?
What is the difference between custom controls and user controls?
What is boxing and unboxing in asp.net?
What are the new features implemented in ASP.NET?
Explain how cookies work.
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is marshalling ? Is it a part of asp.net ?
Do cookies store passwords?
What are sql joins?
What are the main differences between asp and asp.net?
What is the use of service provider?
What is session state server?
Is it possible to change the index of primary key on table?