Where does web.config info stored? Will this be stored in
the registry ?
Answer Posted / 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 |
Post New Answer View All Answers
Can we change web.config settings from iis?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is ViewData and TempData in ASP.Net MVC?
Can I add asp.net mvc testcases in visual studio express?
What are Model Binders in ASP.Net MVC?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What are the components of the .net framework.
Is entity framework slow?
What is the use of action filters in an mvc application?
Describe the gac in the .net framework.
What is the difference between renderaction and renderpartial?
which are the key concepts of entity data model?
What is basic authentication in web api?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is attribute routing in mvc?