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
What kind of programming language is ASP.NET?
How would you enable impersonation in the web.config file?
What is the difference between custom controls and user controls?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is applicatio domain?
What are the new navigation controls in asp.net 2.0?
Explain about Application and Session Events ?
How would ASP and ASP.NET applications run at the same time on the same server?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Is a dll file an executable?
What is csrf attack in asp.net?
What is %20 in a url?
in which protocol ASP.NET WEB API Work?
Which data type does the rangevalidator control support?