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 use of autowireup in asp.net?
Can we create a multiple user simultaneously ?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What are custom user controls in asp.net?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What are app services?
Where do we store our connection string in asp.net application?
What is recordset asp?
Which is faster viewdata or viewbag?
What is loop in asp.net?
What is asp.net architecture?
What is hidden field in asp.net?
What is a SESSION and APPLICATION object?
What is active web pages?
Can we have multiple web config files for an asp.net application?