我有一个问题,我试图打开我的ASP.NET MVC应用程序,但我得到ASP.NET错误页面说:
Server Error in ‘/’ Application.
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.Requested URL: /EventScheduler/account.aspx/login
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053**
我使用这个博客文章的URL技巧,这就是为什么我的URL中有.aspx:
http://blog.codeville.net/2008/07/04/options-for-deploying-aspnet-mvc-to-iis-6/
它在我的另一个沙箱服务器(而不是开发机器)上工作,现在我只是把它作为新的虚拟目录部署到我的生产站点,但由于某种原因,它似乎实际上是在寻找一个.aspx文件。
有任何想法吗?我想我一定要忘记一步。