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 various types of validation controls provided by asp.net?
What are the advantages and disadvantages of session?
What is autopostback in dropdownlist in asp net?
Can we have multiple master pages in asp net?
Differentiate strong typing and weak typing
What is the difference between web.config and machine.config in ASP.NET?
Explain the disadvantages of viewstate?
Is there any alternative to avoid name collisions other then Namespaces?
Web API supports which protocol?
How many types of cache are there?
What is marshalling ? Is it a part of asp.net ?
How do we assign page-specific attributes?
In the Repeater control which way you can edit?
What is postback request?
What do you mean by query string?