Where does Web.Config Info stored? Will this be stored in
the registry?
Answer Posted / ashwini
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain difference between dataset and datareader?
What is the concept of view state in asp.net?
What is state management in asp.net with example?
What is Dynamic Web and discuss its usage with the help of real life examples?
What is Model-View-View Model?
What are Master Pages in ASP.NET?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
How long the items in ViewState exists?
What is a swagger in web api?
What is ashx file in asp.net?
What is server components?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Where can I get information on cookies in asp.net?
Write a code for passing ArrayList in Web API?
How is a session stored and maintained in asp.net?