Where does Web.Config Info stored? Will this be stored in
the registry?
Answer Posted / srujana
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.
DOT NET framework is a way to have a registry free
application
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is AutoPostback?
What is webresource axd?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How to fetch a data from one table to another table in asp.net ?
Name the namespace which is used by ado.net?
What is session in web technology?
How does session work in asp net?
What is the use of session in web application?
How can we use Web API with ASP.NET Web Form?
What is the difference between cookie and session?
What are the two types of web pages?
Why session management is required?
Differentiate between a page theme and a global theme?
What are the benefits of Razor View?
What is the use of response redirect in asp.net?