IIS 7 で Web サイトをホストしています。[認証] アイコンをダブルクリックすると、次のエラーが表示されます。
これはエラーのテキストです。
There was an error while performing this operation.
Details:
Filename: \\xxxxx\xxx\web.config
Line number: xx
Error: Unrecognized attribute 'ticketCompatibilityMode'
ラインをたどるとわかる
<forms cookieless="UseCookies" name=".ASPXAUTH" timeout="2160" domain=".hess.com"
loginUrl="~/Authenticate/Logon" enableCrossAppRedirects="true"
slidingExpiration="true" ticketCompatibilityMode="Framework40"
requireSSL="false" />
何か案は?ASP.NET と IIS のすべての認証コンポーネントを既にインストールしていました。まだ何かをインストールする必要がありますか?