I have a project that is hosted at azurewebsites.net that is written by someone else as a VB.NET. It seems to be working fine. I now have a new Solution and project in Visual Studio 2013 Community that is an MVC C# site in development. I'd like to eventually
host it on the same host as the original site.
When I attempted to upload the site both using the Visual Studio Publish feature, it uploads, but doesn't work. I'm not sure how to troubleshoot this. When I go one of the views, I get a 404 error. For example, if my localhost view is accessed by
http://localhost:44910/Claim/Index if I go to /Claim/Index on the Azure site, I get "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." If I go to
/Views/Claim/Index, I get a 404 error.
I'm thinking this has something to do with the I ...
Go to the complete details ...