Where does web.config info stored? Will this be stored in
the registry ?



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

Post New Answer

More Dot Net Framework Interview Questions

What is entity sql? : Entity framework

1 Answers  


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?

1 Answers  


What is .net framework in simple terms?

1 Answers  


What are Action Methods in ASP.NET MVC?

1 Answers  


How we can multiple submit buttons in ASP.Net MVC

1 Answers   B-Ways TecnoSoft,


Why to use Html.Partial in ASP.Net MVC?

1 Answers  


how many ways for pass the parameters in the fuction in c#

4 Answers  


How you can implement custom validation in asp.net MVC?

1 Answers  


What is namespaces

1 Answers  


What is the difference between structures and enumeration ?

1 Answers  


What is the difference between ViewData, ViewBag and TempData?

1 Answers   Wipro,


Categories