ASP.NET MVC application that needs reading from SQL server not working on
IIS but on visual studio, while ASP.NET Web Applicatopn worked for...
I followed an example of using SQL databse from an ASP.NET MVC application
and can get it work on Visual Studio, but when I tried to deploy it on the
local IIS and provide the values on the URL it was said "... The resource
cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure
that it is spelled correctly. ..."
I can access the same SQL database from APS.NET Web application but not MVC.
Can you tell me why this happens and how to solve the problem?
No comments:
Post a Comment