can i use two web.config files of ConnectionString in One
Default.aspx page
Answer Posted / 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 |
Post New Answer View All Answers
Which Is Faster MVC or ASP.net ?
Explain authorization levels in .net ?
Why would a company use an application service provider?
Differentiate between authentication and authorization.
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is Partial PostBack in ASP.NET?
Describe the events in the life cycle of a web application.
Explain the working of passport authentication.
Explain login controls.
What is difference between viewstate and session in asp net?
Explain the difference between sql invalidation and sql notification.
Explain the disadvantages of viewstate?
What are the page life cycle events?
How you can add an event handler?
What is HTTPModule and HTTPcontext? What is the use of each?