Hello,

I am working on a web project in VS which seems to be having problems running.  When I click on the debug button, the ASP.NET Development Server comes up fine, but I am getting an error in Internet Explorer which reads as follows-

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


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 

This error comes up no matter what.  I even got the error when the current document was an html file.  Also, this problem doesn't come up when I run other projects.  What might be causing this specific project to behave this way?