logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
craig.jeffrey14505080  
#1 Posted : Wednesday, October 16, 2024 2:46:10 PM(UTC)
craig.jeffrey14505080

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

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

Katie S  
#2 Posted : Wednesday, October 16, 2024 7:15:15 PM(UTC)
Katie S

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

Thanks!
Thanks for your support!

Katie
Secure eCommerce Software and Hosting
craig.jeffrey14505080  
#3 Posted : Thursday, October 17, 2024 8:07:03 AM(UTC)
craig.jeffrey14505080

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.)
craig.jeffrey14505080  
#4 Posted : Friday, October 18, 2024 1:28:40 PM(UTC)
craig.jeffrey14505080

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.
Users browsing this topic
Guest (2)
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.