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 can we Validate a Controls in ASP.NET page using JavaScript?
What is the difference between Hash table and Array list?
In the Repeater control which way you can edit?
What are session objects?
Explain what is clr?
Differentiate between authentication and authorization.
What is AutoPostback?
What are the parts of an http response?
What is the difference between a candidate key and primary key?
What are the features of asp net?
What is difference between session and viewstate?
What is data grid view in asp.net?
Is there any alternative to avoid name collisions other then Namespaces?
Can you use c# without .net?
What is authentication in asp.net?