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 disable disable browser's Back button in asp.net (JavaScript)?
What are the main differences between asp and asp.net?
How does session authentication work?
What is application in asp net?
Explain what does wsdl stand for?
Which object encapsulates state or data of a user?
What is rending process in ASP.NET?
What is a postback in asp net?
What is the question mark in a url?
What is query string? What are its advantages and limitations?
Can you clarified A Web service can only be written in .NET or not?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are user controls?
What asp.net control can embed xaml into asp.net pages?
Is redux flux?