recently switched to 7.0.5

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
samflaxatl
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Thu Oct 28, 2010 10:04 am

recently switched to 7.0.5

Post by samflaxatl » Mon Nov 01, 2010 1:44 pm

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?

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: recently switched to 7.0.5

Post by AbleMods » Tue Nov 02, 2010 11:51 am

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?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
s_ismail
Commander (CMDR)
Commander (CMDR)
Posts: 162
Joined: Mon Nov 09, 2009 12:20 am
Contact:

Re: recently switched to 7.0.5

Post by s_ismail » Thu Nov 04, 2010 5:57 am

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/

Post Reply