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 |
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What are the new features 3.5 framework against with the tool?
How do you box a primitive data type variable ?
What is renderbody?
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
Explain what is routing?
What you mean by routing in mvc?
Can source code be reverse-engineered from IL?
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?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
what is the additional features in 1.1 rather than 1.0
What are class access modifiers