Where does web.config info stored? Will this be stored in
the registry ?
Answer / narayansahu
web.config contains authorization/authentication session
related information.It is stored in the root directory of
your application.Optionalyy you individual web.config can
be created in each sub directory of your project if
required.
| Is This Answer Correct ? | 34 Yes | 3 No |
When will the .net framework 3.0 be released?
What are the two ways to add constraints to a route?
What is Global Assembly Cache (GAC) and what is the purpose of it?
What is stateless model?
What are non action methods in mvc?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
How we can add the css in mvc?
What is Layout in ASP.Net MVC?
what is Framework?
Can I uninstall microsoft .net framework?
How to use Jquery Plugins in ASP.Net MVC validation?