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 the asp.net control toolkit?
Explain the difference between Repeater and Data list control in ASP.NET?
Explain the different parts that constitute ASP.NET application?
How to deploy/publish webservices?How many ways?Plz explain me
How can you apply a theme to your asp.net application?
what are the ihttphandler and ihttphandlerfactory interfaces ?
Define the term Scavenging in Caching?
What is datagrid asp.net?
What are cao and sao.
What is meant by ispostback in asp net?
Explain parts of assembly?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is a reflection?