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
Difference between singleton and singlecall.
How can we make sure that Web API returns JSON data only?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is event in asp.net?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Write a code for sending an email from asp.net application.
What is ispostback method in asp.net? Why do we use that?
What is master page in dtp?
Which protocol is used in a web api?
Is session server side or client side?
Difference between response.redirect and server.transfer?
Give me one example of Web API Routing?
Where do we store our connection string in asp.net application?
What is state management in .net?
What is the function used for removing an event listener?