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 applicatio domain?
How to sign out from forms authentication?
What is data reader in asp.net?
Which class is used to send an email message from an ASP.NET Web page?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How you can add an event handler?
What is the difference between the asp and asp.net?
What is server transfer?
How do we assign page-specific attributes?
If we remove web.config or machine.config from the application then, is this application will works?
Can one dll file contains the compiled code of more than one .net language?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is session in asp.net?
Can you change a master page dynamically at runtime? How?
Define globalization and localization.