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 is query string? What are its advantages and limitations?
What are the parts of an http response?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
what are configuration files?
Which object encapsulates state or data of a user?
Is asp.net easy to learn?
What are the built-in objects in asp.net?
How long should a session id be?
What are server activated objects?
What is the use of data set in asp.net?
How can you implement encapsulation in asp.net?
What is a swagger in web api?
What is caching in asp.net?
What is %20 in a url?
How Session outproc in Sqlserver stored?