Visual Web Developer で Web サイトを作成し、somee.com で FTP Web ホストとしてアカウントを作成しましたが、Visual Web Developer を使用して Web ページの aspx ファイルをコピーすると、どの aspx ファイルもコピーされず、メッセージ ボックスが表示されます。 「Web コピー中にエラーが発生しました。詳細についてはログを参照してください」と表示されます。ログを表示すると、次のように表示されます。
ファイルcalculator.aspxをソースからリモートWebサイトにコピーします。エラーがあります -- 'calculator.aspx' を Web サイトに追加できません。550 アクセスが拒否されました。
Filezillaでも同じことを試しましたが、次のようになりました。
Status: Resolving address of www.pvhsgpa.somee.com
Status: Connecting to 66.197.198.216:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER antlowhur
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:\Users\dlowhur\Documents\Visual Studio
2008\WebSites\WebSite1\calculator.aspx
Command: CWD /
Response: 250 CWD command successful.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (66,197,198,216,192,218).
Command: STOR calculator.aspx
Response: 550 Access is denied.
Error: Critical file transfer error
ファイアーウォールもオフにしているので問題ないと思います。このエラーを修正するための提案はありますか?