Where does Web.Config Info stored? Will this be stored in
the registry?
Answer Posted / ahmed
Web Config is a file which contains settings for your
application. You can check Web.config file in your
application main folder. This information is not stored in
registry
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of asp.net?
How information about the user's locale can be accessed?
What are the asp.net list controls and difference between them?
Give me one example of Web API Routing?
what is the difference between response.write() and response.output.write()?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Explain the difference between asp & asp.net.
Where is the view state data stored?
What is the typical session identifier?
What is meant by asp.net?
To wrap up a call to a Web service the standard used is..?
What is the difference between cache and cookies?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is state management in .net?