Page 1 of 1

recently switched to 7.0.5

Posted: Mon Nov 01, 2010 1:44 pm
by samflaxatl
It fixed my search button, but now when i click on a category (in firefox, it works fine in safari) i get a server error when i go into my error log it reads:
Thread was being aborted. (C:\Inetpub\Able-SamFlax\web.config line 134); Thread was being aborted.
when i open my web.config file line 134 says:

Code: Select all

<add name="AbleCommerceRoleProvider" type="CommerceBuilder.Users.AbleCommerceRoleProvider" connectionStringName="AbleCommerce6" applicationName="/" />
any suggestions?

Re: recently switched to 7.0.5

Posted: Tue Nov 02, 2010 11:51 am
by AbleMods
Does your site happen to also kick you out of authentication unexpectedly? Like when you're working in admin and suddenly the site redirects to the login page like you are no longer authenticated?

Re: recently switched to 7.0.5

Posted: Thu Nov 04, 2010 5:57 am
by s_ismail
samflaxatl wrote:It fixed my search button, but now when i click on a category (in firefox, it works fine in safari) i get a server error when i go into my error log it reads:
Thread was being aborted. (C:\Inetpub\Able-SamFlax\web.config line 134); Thread was being aborted.
when i open my web.config file line 134 says:

Code: Select all

<add name="AbleCommerceRoleProvider" type="CommerceBuilder.Users.AbleCommerceRoleProvider" connectionStringName="AbleCommerce6" applicationName="/" />
any suggestions?
Usually ThreadAbortException occurs due to Response.End, Response.Redirect, or Server.Transfer method. Check this microsoft support link
http://support.microsoft.com/kb/312629/EN-US/