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

How do I publish my asp.net application to my isp's web server?

0 Answers  


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

0 Answers  


Explain the advantages of asp.net.

0 Answers  


What can we do with asp.net?

0 Answers  


we can able to display a MessageBox in asp .net without using any script langages?

8 Answers   ABC,






What methods are fired during the page load?

3 Answers  


Explain the steps needed to be performed in order to create an animation in xaml?

0 Answers  


can we place the same DLL in debug folder two times? (without using strong name )

9 Answers   TCS,


Explain how viewstate is being formed?

0 Answers  


What is server side routing?

0 Answers  


Is it possible to change the index of primary key on table?

0 Answers  


What is the use of autowireup in asp.net?

0 Answers  


Categories