can i use two web.config files of ConnectionString in One
Default.aspx page
Answer Posted / 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 |
Post New Answer View All Answers
How to rename a table using sql queries?
What is loop in asp.net?
When was asp.net released?
What is the difference between GridView and Repeater controls in ASP.NET?
What is asp.net with mvc? : Asp.Net MVC
Explain the difference between an exe and a dll?
Why we use asp.net for website development?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is query string?
Explain how can we access static variable?
What is server transfer?
What is autopost?
What is rending process in ASP.NET?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What are session cookies?