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 / rahul
The correct answer is A it is to store the global
information and variable definition for the application.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is data reader in asp.net?
Elaborate differentiation between ViewState and SessionState?
What is clr? Difference between clr & cts?
What is tracing? Where is it used?
Difference between using directive vs using statement?
What are the different properties of server control that exists?
What is the good practice to implement validations in aspx page?
COM+ Used ________________ Isolation Level
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Give 2 examples for scenarios when routing is not applied?
Who creates jsessionid?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Differentiate the session object and application object?
What are tuples?