is it possible to set more than web.config file for an
ASP.net APPLICATION?can it run?how is it possible
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mathe
Yes,We Can Use More then One Web.Config Files.
But only one web.config for one folder.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / lokesh gopinath
Yes we can have as many as Web.Config Files we want. When
we have multiple Web.config files the CLR will Search for
the Config file which is just below the calling code.
Is This Answer Correct ? | 2 Yes | 2 No |
How do you implement postback with a text box? What is postback and usestate?
Explain server control extensibility with reference to asp.net 2.0 ?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Why would a company use an application service provider?
Explain login controls.
What is an axd file?
What is the web.config file in asp?
Can we have a web application running without web.config file?
what is Impersonation
3 Answers Alliance One, Task Informatics,
Is react a template engine?
What is source control?How to use in asp.net?
What does asp stand for in asp.net?