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
Why is xap important?
How do I know asp.net mvc version? : Asp.Net MVC
What is bson in web api?
What is asp.net architecture?
Who generates session id?
Is global asax mandatory?
What is a postback in asp net?
What are the new features added from ASP to ASP.NET?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What are the disadvantages of asp.net?
How can we identify that the Page is Post Back?
Can you explain autopostback?
Fetch one page value to another page without using state-managment ?
Describe SOA and the tenets of it?
What is the exact purpose of http handlers?