Windows Azureでいくつかのラボを試しましたが、正常に動作します。そこで、AzureEmulatorを使用してアプリケーションの開発を開始します。
今日、Windows Azureで最初の展開テストを実行しましたが、最初の問題があります。
No connection could be made because the target machine actively refused it 127.0.0.1:10000
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:10000
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SocketException (0x274d): No connection could be made because the target machine actively refused it 127.0.0.1:10000]
System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) +2724507
System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +392
[WebException: Unable to connect to the remote server]
Microsoft.WindowsAzure.StorageClient.Tasks.Task`1.get_Result() +96
Microsoft.WindowsAzure.StorageClient.Tasks.Task`1.ExecuteAndWait() +271
Microsoft.WindowsAzure.StorageClient.CloudBlobContainer.Delete(BlobRequestOptions options) +213
MyProject.Web.MvcApplication.InitBlobs() in C:\Sites\MyProject\MyProject\MyProject.Web\Global.asax.cs:85
MyProject.Web.MvcApplication.Application_Start() in C:\Sites\MyProject\MyProject\MyProject.Web\Global.asax.cs:52
初めての展開だったので、存在しないコンテナを削除してみました。例外を処理します。
プロジェクトを再デプロイしましたが、サーバーエラーは発生しません。接続が終了し、次のエラーが発生します。Error 324 (net::ERR_EMPTY_RESPONSE)
構成に何かが欠けていると思いますが、それが正確に何であるかを見つけることができませんでした。
ご協力ありがとうございました!
編集:展開自体はこのアプリケーションの最初の展開ですが、WindowsAzureで実行する最初の展開ではありません。Windows Azureの開発を開始したときに、すでにいくつかのmsdnラボを展開しました。