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
What are main return types supported in Web API?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Do I need to have the latest version of windows media player installed?
calling result set one procedure to anothar procedure in sql2000
What are session state modes?
What is the differences between a primary key and a unique key in sql server?
How would you create a permanent cookie?
Where do the cookie state and session state information be stored?
What does ascx stand for?
What are the modes of updation in an updatepanel?
Explain form level validation and field level validation?
What is the syntax for datagrid and specifying columns?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?