I created an MVC3 application and the application pointed to the model which contained a table and a view. This application worked fine when published on the server. However, I added another view to the model and modified accordingly and this application
works perfectly when launched from within the Visual Studio Environment. But, when I publish it to the server, I get get an error. Which starts a "The underlying provider failed to open..." What could be the error?
Maitreyi
Member
5 Points
10 Posts
Unable to Publish to the server
Mar 30, 2012 04:30 PM|LINK
Hi,
I created an MVC3 application and the application pointed to the model which contained a table and a view. This application worked fine when published on the server. However, I added another view to the model and modified accordingly and this application works perfectly when launched from within the Visual Studio Environment. But, when I publish it to the server, I get get an error. Which starts a "The underlying provider failed to open..." What could be the error?
Thank you.