can i use two web.config files of ConnectionString in One
Default.aspx page
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
8. Why do you want to work here?
0 Answers Global Achievers, Swatz Oils,
How response object is related to asp's response object?
Why is mvc better than asp.net?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
hi guys do u know how to go one page to one page to another page plz tell me any of u know
Explain how asp.net different from asp?
How to authenticate users using Web.Config ?
What is the difference between Trace and Debug?
From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)
Explain asp.net mvc request life cycle? : asp.net mvc
What is the transport protocol you use to call a Web service?
Why we use content place holder in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)