Developers and licensing
Developers and licensing
I am trying to incorporate some new pages for a client site, when I try to run the pages, the site is trying to connect to the clients server. I am seeing this by watching the status bar in the browser while its trying to load. It should be running locally. These are pages with code in them, in a code behind file, not within the page, so i cant just upload them, i need to run this locally to test things. How does anyone who develops deal with this?
Steve Portock
Lead Developer
Web 2 Market, Inc.
http://www.web2market.com
Mailto: sportock@web2market.com
p. 480-220-4121
f. 877-245-5553
Lead Developer
Web 2 Market, Inc.
http://www.web2market.com
Mailto: sportock@web2market.com
p. 480-220-4121
f. 877-245-5553
Re: Developers and licensing
The license code you are using for your developer install is keyed to the domain name. The AC7 engine automatically overrides the URL to enforce the licensing.
You will need either a separate "developers" key coded for your local IIS install (Ex. mine is 192.168.3.100) or simply enable the new Demo Mode feature.
Demo Mode can be enabled by editing the ~/App_Data/AbleCommerce.Config file as such:
You will need either a separate "developers" key coded for your local IIS install (Ex. mine is 192.168.3.100) or simply enable the new Demo Mode feature.
Demo Mode can be enabled by editing the ~/App_Data/AbleCommerce.Config file as such:
Code: Select all
<application demoMode="true" ...>
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
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