このチュートリアルの後にはhttp://blogs.msdn.com/b/astoriateam/archive/2010/07/21/odata-and-authentication-part-6-custom-basic-authentication.aspxです。 は、私は、web.configファイルに追加する必要があります。HTTPエラー500.19 - WCFデータサービス認証を使用した内部サーバーエラー
<system.webServer>
<modules>
<add name="BasicAuthenticationModule"
type="SimpleService.BasicAuthenticationModule"/>
</modules>
</system.webServer>
をしかし、私はそう、私はネットを検索する「BasicAuthenticationModule」 に設定する一意のキー属性「名前」と「追加」タイプの重複コレクションエントリを追加することはできません取得しますいくつかの解決のために、多くの記事がこのライン
<system.webServer>
<modules>
<remove name="BasicAuthenticationModule"/>
<add name="BasicAuthenticationModule"
type="SimpleService.BasicAuthenticationModule"/>
</modules>
</system.webServer>
を追加することをお勧めしますが、今は「ロック違反は、」取得
任意の助けてください?