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
Define xmlvalidatingreader class.
What is asp.net ajax?
What is the difference between Hash table and Array list?
Differentiate between early binding and late binding.
What are validator? Name the validation controls in asp.net? How do you disable them?
Explain the use of errorprovider control in .net?
Why is global asax is used?
What are uri parameters?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is the current version of asp.net?
What is meant by web application?
What is ispostback method in asp.net?
What are the difference between overriding and overloading?
How do I know asp.net mvc version? : Asp.Net MVC