ローカル開発環境で実行しようとしている .NET 3.5 Web アプリケーションがあります。
F5 キーを押してアプリケーションを実行するたびに、次のエラーが表示されます。
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: /Default.aspx
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3614
Visual Studio 2010 を実行しています。この Web アプリケーションは運用サーバーで完全に実行されますが、ローカルの開発ボックスでは実行できないようです。
これをトラブルシューティングする方法について何か提案はありますか?