YAFLogo

bknoll
  • bknoll
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
Getting the following error when attempting to access the install\default.aspx page. Below are the error details. Any one know what may be wrong?

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". 


 110: 		</modules>
  111: 		<handlers>
  112: 			<remove name="WebServiceHandlerFactory-Integrated"/>
Sponsor
cagliostro
13 years ago
Remove the friendly error so you can see the real one and act accordingly ...
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
13 years ago

Getting the following error when attempting to access the install\default.aspx page. Below are the error details. Any one know what may be wrong?

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". 


 110: 		</modules>
  111: 		<handlers>
  112: 			<remove name="WebServiceHandlerFactory-Integrated"/>

Originally Posted by: bknoll 

Remove the from your web.config.