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
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Explain asp.net page life cycle?
Does google crawl redirects?
What is a session in programming?
What is state management in asp.net with example?
Is it possible to write code in many languages in one asp.net project?
Write some code using interfaces, virtual methods, and an abstract class`
What are the different web pages?
Explain the advantages of passport authentication.
What is the file extension of web service?
Mention the execution process for managed code?
How do you do Client-side validation in .Net?
What is the difference between cookie and session?
What is the main difference between Asp.net and Vb.net?