What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / deepa
web.config is a file where we can configure the database
connection ,authentication and authorization etc. for the
entire application. we can have any number of web.config
files in an application ,but only one file at each folder
level.a web.config file at its least foleder level of a web
page replaces the parent level web.config file
| Is This Answer Correct ? | 37 Yes | 3 No |
Post New Answer View All Answers
What websites use asp.net?
What permissions do asp.net applications posses by default?
Why we use content place holder in asp.net?
Explain the asp.net session state modes.
Can the unique key be null?
What are the events in a page life cycle?
Is it possible to migrate visual interdev design-time controls to asp.net?
Explain Authentication mechanism in dotnet
How can we implement a identity (sql server) call in an asp.net page?
What is asp.net response object?
Can I combine classic asp and asp.net pages?
What is the full meaning of asp.net?
How does exception management works in ASP.NET?
how to write html code with ssl
What are server-side comments in ASP.NET?