I'm trying to install Gold R6 on a Windows Server 2012 machine and I'm getting 500 errors. If I remove the web.config then I can view the static pages like CSS files. If I start commenting out lines in the web.config I can eventually get the CSS files to display but the site doesn't run.
Should GOLD be able to run on Windows Server 2012? Are there any changes necessary to get this to work?
Thanks,
Windows Server 2012
-
- Lieutenant Commander (LCDR)
- Posts: 87
- Joined: Fri Nov 20, 2009 8:46 am
Windows Server 2012
David Johnson
- NC Software
- AbleCommerce Partner
- Posts: 4620
- Joined: Mon Sep 13, 2004 6:06 pm
- Contact:
Re: Windows Server 2012
It has nothing to do with the OS, AbleCommerce requires IIS and .NET. It sounds like you have a major configuration issue and/or messed something up in the web.config most likely related to security (authentication). Windows Server 2012 will work fine.
Neal Culiner
NC Software, Inc.
NC Software, Inc.
Re: Windows Server 2012
AbleCommerce requires 32bit application pool option enabled. In IIS8 this option is not enabled by default.
- Open IIS8 manager
- Select application pool assigned to your site and select Advanced Settings
- Set "Enable 32-Bit Applications" to True
- Open IIS8 manager
- Select application pool assigned to your site and select Advanced Settings
- Set "Enable 32-Bit Applications" to True
Mike Kolev
- NC Software
- AbleCommerce Partner
- Posts: 4620
- Joined: Mon Sep 13, 2004 6:06 pm
- Contact:
Re: Windows Server 2012
where is this documented? I don't see it at help.ablecommerce.com in system requirements, etc. If this was the case this user would have seen a binary format exception, it sounds like he has issues with any aspx page rendering and authentication issues, i.e. web.config(s) are tampered with an incorrect.mikek wrote:AbleCommerce requires 32bit application pool option enabled. In IIS8 this option is not enabled by default.
- Open IIS8 manager
- Select application pool assigned to your site and select Advanced Settings
- Set "Enable 32-Bit Applications" to True
Neal Culiner
NC Software, Inc.
NC Software, Inc.
-
- Ensign (ENS)
- Posts: 9
- Joined: Sat Sep 11, 2010 12:53 pm
Re: Windows Server 2012
Make sure that you have uninstalled any Citrix programs before you try to install Ablecommerce or any printers. I have two Windows 2012 Servers, one with Ablecommerce websites and the other with our main database. I had some major issues when I configured the database server because I loaded GoToMy PC on it before I had everything else loaded. It also messed with our printers. So, definitely check what other programs you have on the server.
-
- Lieutenant Commander (LCDR)
- Posts: 87
- Joined: Fri Nov 20, 2009 8:46 am
Re: Windows Server 2012
The problem turned out to be that ASP.NET 4.5 had been installed before IIS was installed. So .NET wasn't enabled for IIS because of how the core server was installed.
See http://www.iis.net/learn/get-started/wh ... -aspnet-45
See http://www.iis.net/learn/get-started/wh ... -aspnet-45
David Johnson