ASP.Net MVC サイトを Azure Web サイト アカウントにアップロードしようとしましたが、深刻な問題が発生しています。ほとんどのファイルは正常に転送されますが、いくつかは常に失敗します。問題は、失敗するのは常に同じファイルであり、その理由がわかりません。FTP と「Web Deploy」メソッドを使用して Visual Studio からデプロイしようとしましたが、FileZilla 経由で FTP と FTPS を使用してみましたが、同じ問題が発生しました。私は何が間違っているのでしょうか???
これは、私が見ているエラーの FileZilla ログです。
Status: Resolving address of waws-prod-blu-003.ftp.azurewebsites.windows.net
Status: Connecting to 137.117.88.16:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER xxxxx\xxxxxxxx
Response: 331 Password required
Command: PASS *********
Response: 230 User logged in.
Command: OPTS UTF8 ON
Response: 200 OPTS UTF8 command successful - UTF8 encoding now ON.
Status: Connected
Status: Starting upload of C:\websites\HSDeploy\css\bootstrap.min.css
Command: CWD /site/wwwroot/css
Response: 250 CWD command successful.
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (137,117,88,16,39,138).
Command: STOR bootstrap.min.css
Response: 550 The process cannot access the file because it is being used by another process.
Error: Critical file transfer error
これは、失敗しているファイルの 1 つの例にすぎません。これは Windows Azure Web サイトのバグですか、それとも何か問題がありますか? これは重大な問題であり、Azure でサイトを機能させる上での大きな障壁であるように私には思えます。:-(