Page 1 of 1

IIS 7+ required for for R9?

Posted: Thu Oct 02, 2014 1:12 am
by ggatel
Just installed Dev version R9 on IIS 6 and received the following when accessing the admin. R7 was working fine w/IIS 6.

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[PlatformNotSupportedException: This operation requires IIS integrated pipeline mode.]
System.Web.HttpResponse.get_Headers() +8963414
CommerceBuilder.Licensing.SSL.b.b(String A_0) +80
CommerceBuilder.Services.HttpModule.a(HttpRequest A_0) +214
CommerceBuilder.Services.HttpModule.b(Object A_0, EventArgs A_1) +504
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

Re: IIS 7+ required for for R9?

Posted: Thu Oct 02, 2014 6:11 am
by Shopping Cart Admin
Hello,

IIS 7 has been required from the start, IIS 6 is not a supported web server and we haven't been testing on it for years.

Re: IIS 7+ required for for R9?

Posted: Thu Oct 02, 2014 6:22 am
by ForumsAdmin
This particular issue above may have got introduced during development of R8 and R9 but actually we do not support IIS6 and Classic Mode in AC GOLD right from the start. You may have been successfully running older versions of AC Gold on IIS6 but we never officially supported this. I strongly suggest that you upgrade to IIS7 or higher.

Re: IIS 7+ required for for R9?

Posted: Thu Oct 02, 2014 6:57 am
by Katie
Please see the System requirements posted here -
http://help.ablecommerce.com/index.htm# ... ements.htm

It would be great if you can upgrade your development environment. However, if you can't do it right away, then disabling SSL should allow the install to still function.

Thanks
Katie

Re: IIS 7+ required for for R9?

Posted: Thu Oct 02, 2014 11:26 am
by ggatel
I tried it with ssl off and still the error. We have another box, so we'll move the install over.

Thanks for the quick response.