Where does Web.Config Info stored? Will this be stored in
the registry?
Answer Posted / ahmed
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are server-side comments in ASP.NET?
What is state management in asp.net with example?
What is the difference between custom controls and user controls?
What are the differences between application object and session object?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Explain about Application and Session Events ?
How Session outproc in Sqlserver stored?
in which protocol ASP.NET WEB API Work?
Explain the difference between webfarm and webgardens in .net?
What are validators and list some validators of asp.net?
Is data edited in the Repeater control?
How does the cookies work in asp.net?
Why session management is required?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Explain the flow of processing of the request? : asp.net mvc