Web サービス オブジェクトを使用してデータベースからデータを取得する asp.net ページの 1 つ。ホスト サーバーと同様にローカルで正常に動作している場合NOT using Forms Authentication
、同じページにフォーム認証方法を使用すると、次の実行時エラーが発生します。
Error :The request failed with the error message:
--
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="%2fLogon.aspx%3fReturnUrl%3d%252fChocolates.asmx">here</a>.</h2>
</body></html>
私は<sessionState mode="InProc" cookieless="false" timeout="30" />
web.configで使用しています、
この問題の答えを教えてください。ありがとうございました。