Rank: Newbie
Groups: Authorized User, Developers Joined: 10/16/2024(UTC) Posts: 4
|
Detailed Error Information: Module IIS Web Core Notification BeginRequest Handler Not yet determined Error Code 0x80070021 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:\CMC\WebSites\CMCAbleDev\web.config Requested URL https://cmc-able-dev.cmc.ca:443/ Physical Path C:\CMC\WebSites\CMCAbleDev Logon Method Not yet determined Logon User Not yet determined
|
|
|
|
Rank: Advanced Member
Groups: System, Administrators, Developers, Registered, HelpDesk Joined: 10/29/2018(UTC) Posts: 471
Thanks: 4 times Was thanked: 34 time(s) in 33 post(s)
|
Hello, For a bug report to be submitted to the dev team, we need the exact steps to reproduce the issue. If you have a custom installation or web.config file, then please try to reproduce on an unmodified instance. It's difficult to know how you received this error, but if it's part of the installation process, then please confirm you've read the system requirements: https://help.ablecommerc...nts_and_Installation.htmThanks! |
Thanks for your support!
Katie Secure eCommerce Software and Hosting |
|
|
|
Rank: Newbie
Groups: Authorized User, Developers Joined: 10/16/2024(UTC) Posts: 4
|
Hi I modified the locking to allow, now I get:
HTTP Error 500.21 - Internal Server Error Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list
Most likely causes: Managed handler is used; however, ASP.NET is not installed or is not installed completely. There is a typographical error in the configuration for the handler module list. During application initialization, either the application initialization feature has set skipManagedModules to true, or a rewrite rule is setting a URL that maps to a managed handler and is also setting SKIP_MANAGED_MODULES=1.
Things you can try: Install ASP.NET if you are using managed handler. Ensure that the handler module's name is specified correctly. Module names are case-sensitive and use the format modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule". Ensure that any application initialization rewrite rules set SKIP_MANAGED_MODULE=0 when setting a URL that maps to a managed handler (such as .aspx, for example.) As an alternative, ensure that application initialization rewrite rules map the request to an unmanaged handler (for example, to an .htm file, which is mapped to the StaticFileHandler.)
|
|
|
|
Rank: Newbie
Groups: Authorized User, Developers Joined: 10/16/2024(UTC) Posts: 4
|
After a bunch of trying things, appears that part of the problem was the files access permission on the website needed allow IISPOOL identities access. Changing the access allowed the web config to run and get completed.
Now trying to get SAML authentication to work for the dev system. Can't find much doc on that so far.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close