Link to home
Start Free TrialLog in
Avatar of ZekeLA
ZekeLAFlag for United States of America

asked on

Redirect Loop in Firefox and IE when debugging AbleCommerce in VS 2005

I'm running a dev copy of AbleCommerce on my local machine. Accessing it through IE or FF via localhost works fine. But if I access it via the IDE or via the browser and specify the IDE dev server using localhost:2206, I get the redirect loop.

I'm running ASP.NET 2.0 with AJAX Extensions 1.0 and all of my web.config versions are correctly set to Version=1.0.61025.0. This article (http://www.bestwebsites.co.nz/dotnetnuke/solving-the-dotnetnuke-redirect-loop/) didn't help me because I couldn't locate the correct assembly to increase it's trust level to full.

Can someone explain what I need to do to increase the trust level?
Alternatively, can I run the IDE dev server without a port number?

Or are there other suggestions? Thanks in Advance.
ASKER CERTIFIED SOLUTION
Avatar of ZekeLA
ZekeLA
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial