I am using the WATK to learn development skills in VS2010
and Windows Azure
. The training lab I am currently working on is "Windows Azure Web Sites and Virtual Machines using ASP.NET
and SQL Server
(from folder ASPNETAzureWebSitesVMSQL). I have created my VM in Azure etc and I am using the "End" Visual Studio solution. Thus the only change I have made to the project is specifying the DNS URL, port number, username and password for the database. When I try to run the application locally (using VS 2010) I get the following error:
Server Error in '/' Application.
The resource cannot be found.
説明: HTTP 404。探しているリソース (またはその依存関係の 1 つ) は、削除されたか、名前が変更されたか、一時的に利用できない可能性があります。次の URL を見直して、スペルが正しいことを確認してください。
要求された URL: /
バージョン情報: Microsoft .NET Framework バージョン:4.0.30319; ASP.NET バージョン:4.0.30319.17929
何が問題なのかわかりません。助言がありますか?