このチュートリアルの手順に従って、inetmgrで[モジュール]をクリックした後の[IIS 7.5でのセットアップ]の最初の項目では、次のエラーが発生します。
完全な画像: http: //i.stack.imgur.com/QCM4s.png
RavenDBのWeb.config
<configuration>
<appSettings>
<add key="Raven/DataDir" value="~\Data"/>
<add key="Raven/AnonymousAccess" value="Get"/>
</appSettings>
<system.webServer>
<handlers>
<add name="All" path="*" verb="*" type="Raven.Web.ForwardToRavenRespondersFactory, Raven.Web"/>
</handlers>
<modules runAllManagedModulesForAllRequests="true">
<remove name="WebDAVModule" />
</modules>
</system.webServer>
<runtime>
<loadFromRemoteSources enabled="true"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="Analyzers"/>
</assemblyBinding>
</runtime>
</configuration>
applicationHost.config
試す
数回の試みのために、私は変更しようとしました
これ..
<section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny" />
これに..
<section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Allow" />
結果
「inetmgrでモジュールが機能しました!」にアクセスしようとしたとき
ただし、RavenDBStudioは機能しません。次の画像:
Config Error
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
Config File
\\?\C:\Users\Riderman\RavenDB-Build-960\Web\web.config