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 |
What is entity sql? : Entity framework
What is the difference b/w constant & read only variable?
4 Answers IMI Soft Engineering,
How does the .net framework 3.0 relate to the .net framework 2.0?
What is .net framework in simple terms?
What are Action Methods in ASP.NET MVC?
How we can multiple submit buttons in ASP.Net MVC
Why to use Html.Partial in ASP.Net MVC?
how many ways for pass the parameters in the fuction in c#
How you can implement custom validation in asp.net MVC?
What is namespaces
What is the difference between structures and enumeration ?
What is the difference between ViewData, ViewBag and TempData?