What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / moreshwar
we can have only single web.config file to each folder.in
the nested folder we can define the different configuration
for current folder files the only condition is we need to
mark the web.config as override. we generally need such type
of multiple web.config files @ the time of authentication.
where you will have different types of
user(employee,student,senior citizen) and each users needed
to check for authentication at different folders. like
employee,student,senior citizen etc. such operations can be
done in web.config.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How can you access the properties and controls of master pages from content pages?
What are the Types of state management techniques
What are the different types of proxy patterns?
What are the advantages of using Master Pages?
What is server side session?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Can a .net web application consume java web service?
Explain the difference between response.redirect vs server.transfer
How can we identify that the page is post back in asp net?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
How do you open a page in a new window?
How to implement Authentication and Authorization?
How can we prepairing Interview
How can you handle unmanaged code exceptions in asp.net?