How many web.config files in each solution

Answers were Sorted based on User's Feedback



How many web.config files in each solution..

Answer / vijaykumar

In single application v can have more than 1 web config
files.But only one web config file can be placed in root
folder.We can place web cofig files in sub folders

Is This Answer Correct ?    20 Yes 0 No

How many web.config files in each solution..

Answer / badrinath

Not one the answer is more than one

Is This Answer Correct ?    18 Yes 3 No

How many web.config files in each solution..

Answer / hardik

by default there is only one web.config file in asp.net
application. but if we want to create more than one
web.config we can create, but they should not be in same
directory.

Is This Answer Correct ?    14 Yes 0 No

How many web.config files in each solution..

Answer / swati

You can add as many web.config file to one solution.

Is This Answer Correct ?    12 Yes 0 No

How many web.config files in each solution..

Answer / amarnath

We can add only one Web.config file for each folder in the
solution. i.e. If we has n folders we can add n + 1(this is
for solution) Web.config files

Is This Answer Correct ?    6 Yes 0 No

How many web.config files in each solution..

Answer / krunal

By default there is only one web.config file in asp.net
application. but if we want to create more than one
web.config we can create, but they should not be in same
directory.

Is This Answer Correct ?    6 Yes 0 No

How many web.config files in each solution..

Answer / vijay chavan

we can create more than one webconfig file for application
but those should not be in same folder i.e only one
webconfig in file in each folder.......

Is This Answer Correct ?    3 Yes 0 No

How many web.config files in each solution..

Answer / murugavel

more than one but only one machine.config

Is This Answer Correct ?    2 Yes 0 No

How many web.config files in each solution..

Answer / vikaskaundal

more then web cong file in the one project

Is This Answer Correct ?    1 Yes 0 No

How many web.config files in each solution..

Answer / 13/10/2007

one

Is This Answer Correct ?    4 Yes 13 No

Post New Answer

More ASP.NET Interview Questions

how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.

1 Answers  


Why do you use the app_code folder in asp.net?

0 Answers  


What is the use of web.config? Difference between machine.config and Web.config?

5 Answers  


Explain the difference between an exe and a dll?

0 Answers  


what is the deference between dataset and data adapter?

4 Answers   TCS,






Where does Web.Config Info stored? Will this be stored in the registry?

4 Answers   Accenture,


Explain the difference between value type and reference type?

0 Answers  


Which is an advantage of application service providers?

0 Answers  


I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.

1 Answers  


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

0 Answers  


How are sessions stored?

0 Answers  


Where do you store the information about the user?s locale?

1 Answers   Siebel, Visual Soft,


Categories