IIS7 を搭載した Web サーバーに asp.net アプリケーションをデプロイしました。URL https://testing123.test.com/mywebsite/の参照を開始した後
IIS7 の既定のドキュメント セクションで、Default.aspx を既定のランディング ページとして設定しました。
次の URL を試しました。
https://testing123.test.com/mywebsite/Default.aspx
上記の両方のケースで、次のエラーが発生します。
405 - HTTP verb used to access this page is not allowed.
The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.
この問題を解決するのを手伝ってくれる人はいますか?