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



is it possible to set more than web.config file for an ASP.net APPLICATION?can it run?how is it pos..

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

is it possible to set more than web.config file for an ASP.net APPLICATION?can it run?how is it pos..

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

is it possible to set more than web.config file for an ASP.net APPLICATION?can it run?how is it pos..

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

Post New Answer

More ASP.NET Interview Questions

Is LINQ performance wise better or using sqlcommand?

1 Answers  


What is meant by ispostback in asp net?

0 Answers  


What is localhost in asp.net?

0 Answers  


What is the difference between file-based dependency and key-based dependency?

0 Answers  


Name the namespace which is used by ado.net?

0 Answers  


State differences between MVC and WebAPI

0 Answers  


Explain About duration in caching technique

0 Answers   BirlaSoft,


What does uri mean?

0 Answers  


different architectures of asp.net?

1 Answers  


Can you explain composite pattern?

0 Answers   QuestPond,


Types of optimization and name a few and how do u do?

1 Answers   Accenture,


Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?

2 Answers   Siebel Systems,


Categories