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
How you will manage the state of ASP.NET controls?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is session in asp.net?
What are custom user controls in asp.net?
Differentiate the session object and application object?
What is the difference between system.stringbuilder and system.string
What is a viewbag?
What are the 3 levels at which content pages can be attached to Master Page?
How do sessions work?
Explain asp.net page life cycle?
What is http only cookie?
How can we identify that the Page is Post Back?
Why do we need a web application session?
Explain diff between dataset and datareader?
Explain the various authentication mechanisms in asp.net.