can i use two web.config files of ConnectionString in One
Default.aspx page

Answers were Sorted based on User's Feedback



can i use two web.config files of ConnectionString in One Default.aspx page ..

Answer / anoop.r

Above Answer is not exactly right.we can have more than one
web.config file in an application. We can have web .config
file for every folder in application.but not 2 web.cofig in
one place

Is This Answer Correct ?    46 Yes 1 No

can i use two web.config files of ConnectionString in One Default.aspx page ..

Answer / sudhir kunnure

You can use multiple web.config in multiple folders in one
application but not in same folder.You can use conection
string in same folder's web.config not others if you want
to use other connection string then you can assign many
keys for connection string in same web.confg.for that not
nessacary to use other web.confg.

Is This Answer Correct ?    26 Yes 2 No

can i use two web.config files of ConnectionString in One Default.aspx page ..

Answer / pradeep

To: Amar Shah

While using Webconfig file in your project, you can
override the Machine configuration details. If you are
having the webconfig in sub folder, this will override your
root folder webconfig file.

Ex:

Root: Webconfig -- ConnString ="Root Connection"
Sub Folder Webconfig -- ConnString ="Sub Connectin"

If your page in Root folder, the "ConnString will take from
Root folder webconfig. If it is in Sub folder, obviously it
will take from subfolder webconfig file.

Is This Answer Correct ?    10 Yes 0 No

can i use two web.config files of ConnectionString in One Default.aspx page ..

Answer / amar shah

hi,
reading above points i have one question , tell me i
have two web.config file in two different folder but the
connection string name is same in both web.config
file..with different server detail ..now tell me what will
happen...????

Is This Answer Correct ?    0 Yes 0 No

can i use two web.config files of ConnectionString in One Default.aspx page ..

Answer / asif

No

Is This Answer Correct ?    10 Yes 12 No

can i use two web.config files of ConnectionString in One Default.aspx page ..

Answer / bipin

basically an asp.net application can contain only one
web.config file. so there is no possibility of using 2
web.config files for connection in an application.

Is This Answer Correct ?    8 Yes 37 No

Post New Answer

More ASP.NET Interview Questions

What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 Answers   Syntax Softtech,


How will you do Redo and Undo in a TextControl?

0 Answers  


which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites

0 Answers   TCS,


What is deff. saop and disco?

1 Answers  


What are session state modes? List some of the important session state modes of asp.net.

0 Answers  






Types of objects in ASP ?

2 Answers   Microsoft,


What are server activated objects?

0 Answers  


If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

7 Answers   Syntax Softtech,


When is the ViewState available during the page processing cycle ?

6 Answers   Siebel,


What are the uses of list view control in Asp.net?

0 Answers   HCL,


what is a virtual class?

1 Answers   Patni,


What is a PostBack ?

1 Answers  


Categories