can i use two web.config files of ConnectionString in One
Default.aspx page
Answer Posted / 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 |
Post New Answer View All Answers
How do we ensure view state has not tampered?
explain code with multi inhertance
Why mvc is faster than asp.net? : Asp.Net MVC
What are the various types of cookies in asp.net?
To add a hyperlink column to the DataGrid which tag is used ?
What is server infrastructure?
Explain Areas in MVC?
To bind columns manually which tags do you need to add within the asp:datagrid ?
Should I delete cookies?
What is the use of session in web application?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is a web api endpoint?
What is http response header?
Do gac'ed assemblies have fulltrust?
What is the difference between session object and application object?