Is there an auto redirect based on domains, or something?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
SethMW
Ensign (ENS)
Ensign (ENS)
Posts: 15
Joined: Wed May 06, 2009 4:29 pm

Is there an auto redirect based on domains, or something?

Post by SethMW » Thu May 07, 2009 6:34 pm

I just started working on a site for a client, and they seem to have a dev site running in IIS on their server, but it keeps redirecting to their production site. It seems to be only pages that use AbleCommerce that redirect. So, I am wondering if there is some sort of licensing check built into one of the assemblies somewhere that checks the domain it is running on or something like that, which is causing this. Or, should I be able to have a dev site set up?

The event viewer shows a null reference on the page I am trying to access right before the redirect.

Any thoughts? Again, I am 100% new to AbleCommerce, but I've been a .Net developer for many years. Any insights would be appreciated.

Thanks,
Seth

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Is there an auto redirect based on domains, or something?

Post by jmestep » Fri May 08, 2009 6:13 am

If you got a license for the domain name, then that is what could be causing it. You can set the store into demo mode and it won't happen.
In the App_Data folder, add demoMode="true" to the first line in the ablecommerce.config file. Your test orders will come in with Demo, Demo for names, but that is the only thing that will happen.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

SethMW
Ensign (ENS)
Ensign (ENS)
Posts: 15
Joined: Wed May 06, 2009 4:29 pm

Re: Is there an auto redirect based on domains, or something?

Post by SethMW » Fri May 08, 2009 8:48 am

Great, Thanks. I'll try that.

Post Reply