Localhost Demo License
Posted: Mon Dec 13, 2010 1:55 pm
I do a clean install (ac_7_0_5_stable_b14053.exe) and run the webiste. I'm running the store through DevStudio 2008 cassini web server so the url looks like this:
http://localhost:2370/Website/
When I get done with the install it tells me my licesnse isn't any good... but I picked demo during the install so this is odd...
I go poking in the App_Data folder and open the license file and it has my url (localhost:2370) but the other info is for some other person at some other company... huh?
<?xml version="1.0" encoding="UTF-8"?>
<ablecommercelicense version="7.0.0" keytype="DEMO">
<customer>
<name>XXX</name>
<company>XXX</company>
<phone>XXX</phone>
<email>XXX</email>
</customer>
<demo>true</demo>
<domains>
<domain primary="true">localhost:2370</domain>
</domains>
<expiration>2010-10-04</expiration>
<BasePath>XXX</BasePath>
<signature>XXX</signature>
</ablecommercelicense>
I even moved the port to 2371 and tried updating the license and then I got yet another persons license info...
Is this a bug? Or is the the url (localhost:2370) really tied to some other person at some other company?
If it is the later case, this makes it VERY unfriendly for developers, especially those that work on behalf of other clients...
How can I get a license that will work for local development on any localhost url?
Also, I'm not sure this is an issue but I need the Demo license to be run out of any folder on any computer (not all developers put their website in the same location and they certainly don't use the same PC). If I install the website on my PC and check it in to source control and someone else checks it out on their PC I want them to be able to run it as well without jumping through a bunch of hoops...
Is this possible?
http://localhost:2370/Website/
When I get done with the install it tells me my licesnse isn't any good... but I picked demo during the install so this is odd...
I go poking in the App_Data folder and open the license file and it has my url (localhost:2370) but the other info is for some other person at some other company... huh?
<?xml version="1.0" encoding="UTF-8"?>
<ablecommercelicense version="7.0.0" keytype="DEMO">
<customer>
<name>XXX</name>
<company>XXX</company>
<phone>XXX</phone>
<email>XXX</email>
</customer>
<demo>true</demo>
<domains>
<domain primary="true">localhost:2370</domain>
</domains>
<expiration>2010-10-04</expiration>
<BasePath>XXX</BasePath>
<signature>XXX</signature>
</ablecommercelicense>
I even moved the port to 2371 and tried updating the license and then I got yet another persons license info...
Is this a bug? Or is the the url (localhost:2370) really tied to some other person at some other company?
If it is the later case, this makes it VERY unfriendly for developers, especially those that work on behalf of other clients...
How can I get a license that will work for local development on any localhost url?
Also, I'm not sure this is an issue but I need the Demo license to be run out of any folder on any computer (not all developers put their website in the same location and they certainly don't use the same PC). If I install the website on my PC and check it in to source control and someone else checks it out on their PC I want them to be able to run it as well without jumping through a bunch of hoops...
Is this possible?