2012-09-14 124 views
0

我的系统发生了什么?试图浏览器来查看我的网页,但我得到这个错误在浏览器中查看页面时出错。

Server Error in '/MCR' 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: /MCR/login.aspx 

Version Information: Microsoft .NET Framework Version:2.0.50727.5456; ASP.NET Version:2.0.50727.5456 

有人可以帮助我?我甚至没有login.aspx页面。请帮忙。提前致谢!

回答

0

那么你有在页面上的重定向您正在尝试查看Login.aspx或您已设置一个默认页面Login.aspx,正如你所说的不存在。

检查您的项目是否有任何对Login.aspx的引用,并将其更改为您希望作为默认页面的页面。