is it possible to set more than web.config file for an
ASP.net APPLICATION?can it run?how is it possible
Answer Posted / aadil ahmed
Yes, it is possible. We can create two or more web.config
file in a ASP.NET application. For Example, we have to
sessions to execute 1. End-User point of view and 2.
Admin/User Point of View. In our web application we can
create a folder named Admin - inside that folder we can
create a web.config and in root folder too we can create a
web.config. Admin folder's web pages will execute based on
admin folder web.config and in the same way to root folder.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
how to elimainte the similar data from the different tables
Explain the difference between server control and html control.
Where is the session stored?
What is difference between singleton and single call?
How can we identify that the Page is Post Back?
What is http pipeline in asp.net?
Explain http handlers? Where we can use the http handlers?
Define globalization and localization.
Do cookies store passwords?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is the difference between ldap and active directory?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is data caching?
Explain culture and uiculture values.