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 页面。请帮忙。提前致谢!

4

1 回答 1

0

好吧,您在尝试查看的页面上有一个重定向到 Login.aspx,或者您已将默认页面设置为 Login.aspx,正如您所说,该页面不存在。

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

于 2012-09-14T07:42:13.713 回答