Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8128147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T07:47:00+00:00 2026-06-06T07:47:00+00:00

Following the steps in this tutorial , the first item of Setting up with

  • 0

Following the steps in this tutorial, the first item of “Setting up with IIS 7.5” after clicking on “Modules” in inetmgr, the following error occurs:

Modules error

Full image: https://i.stack.imgur.com/QCM4s.png

Web.config in RavenDB

<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

http://pastebin.com/UJTJfB9f

Try

For a few attempts, I tried to change

this..

<section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny" />

to this..

<section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Allow" />

Results

When trying to access “in inetmgr Modules worked!”

However RavenDB Studio does not work.
The following image:

Error RavenDB Studio


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 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T07:47:01+00:00Added an answer on June 6, 2026 at 7:47 am

    Check your server web.config and change overrideModeDefault from Deny to Allow.

    <configSections>
      <sectionGroup name="system.webServer">
        <section name="handlers" overrideModeDefault="Deny" /> 
        <section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny" />
    

    You can also manage sections on web server level (just select the Server in the left pane) in your IIS management console and then select “Feature Delegation”:

    alt text

    As you see in the picture above all the features are Read/Write. Currently on my machine the Modules feature is Read Only, so I’d need to change it to Read/Write – in the right hand pane in Set Feature Delegation just click on Read/Write…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After following the steps outline in this Fluent NHibernate tutorial I am stuck on
I followed this tutorial exactly and received the following error after trying to upload
Following this tutorial, I applied the steps for deploying to Heroku under 2.3.5 Deploying
I have followed this tutorial to create the first azure application http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_IntroToWindowsAzureLabVS2010 Because after
After following this tutorial to setup an EC2 instance for a Django app, I
I am using following steps to update code on server after login to server:
After following these steps: http://developers.facebook.com/docs/mobile/android/build/ I find that everything goes well, but when I
I'm following this tutorial to set up an existing set of files for a
I created a new c# project and follwed the steps from this tutorial to
i am following this tutorial: http://www.vogella.de/articles/Android/article.html#first_start but when i come to step 10.7 i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.