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 is loop in asp.net?
How to bind all the binding controls in a page at once in ASP.NET?
Where would you use an ihttpmodule, and what are the limitations if any?
What is session and application variable in asp net?
What is csrf attack in asp.net?
What is server infrastructure & server components?
What is data control in asp.net?
Explain different types of validators in asp.net?
Explain the main differences between asp and asp.net?
How do you declare static variable?
What are the different web pages?
How do cookies work? Give an example of their abuse.
What is the significance of finalize method in .net?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Why is it preferred to not use finalize for clean up?