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 |
Can a view be shared across multiple controllers? If yes, how we can do that?
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?
List the new features added in .net framework 4.0.
Mention what is the difference between “ActionResult” and “ViewResult” ?
What is objectcontext? : Entity framework
What is the significance of nonactionattribute?
What are Validation Annotations?
What is Attribute Routing in ASP.Net MVC?
What are Scaffold templates in ASP.Net MVC?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
Explain representational state transfer (rest) in detail?
What is the use of finalize and dispose eventhough garbage collector is working?