What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / chirag
There is one web config by default but we can use any
number of web config file but inheritance will apply from
root to inward folder
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How you will handle session when deploying application in more than a server?
Explain the difference between value type and reference type?
What are the different authentication modes in asp.net?
What is round trip in asp.net?
What are the various ways to send content from one page to another?
What are the advantages of Web API?
How many validators do ASP.NET have?
Explain about the Class view window?
How to retrieve user name in case of Window Authentication?
What are the differences between code behind and code inline?
What are assemblies and namespaces and explain the difference between them ?
Explain what is an assembly?
What is autopostback true?