Asp.net 在浏览器中查看页面时出错。

Asp.net 在浏览器中查看页面时出错。,asp.net,Asp.net,我的系统怎么了?试图在浏览器中查看我的页面,但出现此错误 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

我的系统怎么了?试图在浏览器中查看我的页面,但出现此错误

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

您在试图查看的页面上有一个指向Login.aspx的重定向,或者您将默认页面设置为Login.aspx,正如您所说,它不存在

检查项目中对Login.aspx的任何引用,并将其更改为所需的默认页面