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
What are the asp.net security controls?
Is it possible to migrate visual interdev design-time controls to asp.net?
Explain the difference between Repeater and Data list control in ASP.NET?
What is the difference between CLICK and MOUSE DOWN Event ?
How to handle errors in Web API?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is tracing? Where is it used?
What is the meaning of TestApi?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is server infrastructure & server components?
Explain how asp.net different from asp?
What is a reflection?
What are the advantages of using session?
What is asp net objects?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?