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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / pradeep
a) It is very essential for the configuration purpose,without web config,many things are hard to do it..
Is This Answer Correct ? | 5 Yes | 0 No |
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?
What is session handling in a webfarm, how it can work with its limits?
What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?
In which event of page cycle is the viewstate available?
What is an application domain ?
Explain difference between friend and protected friend?
Explain about the Class view window?
Where sessions are stored in asp.net?
What is smpte vc-1?
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
How many types of web application ?