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


Please Help Members By Posting Answers For Below Questions

What is loop in asp.net?

782


How to bind all the binding controls in a page at once in ASP.NET?

706


Where would you use an ihttpmodule, and what are the limitations if any?

723


What is session and application variable in asp net?

642


What is csrf attack in asp.net?

683






What is server infrastructure & server components?

942


What is data control in asp.net?

707


Explain different types of validators in asp.net?

704


Explain the main differences between asp and asp.net?

708


How do you declare static variable?

740


What are the different web pages?

649


How do cookies work? Give an example of their abuse.

724


What is the significance of finalize method in .net?

744


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

1759


Why is it preferred to not use finalize for clean up?

712