webconfig file error

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
jweiss
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Mon Aug 04, 2008 10:29 am

webconfig file error

Post by jweiss » Tue Sep 23, 2008 2:16 pm

I am trying to move my dev project over to my live environment (I have a license for each). I have simply copied over all of my dev project files over to a directory on my live server. Upon entering the url of my live license i was hoping to get the 'your license needs to be updated' message but I am gettign this error...


<authentication mode="Forms">
<forms timeout="90" slidingExpiration="true" name="AC7.ASPXAUTH" />
</authentication>

I'm relatively new to the install process.
Thanks

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: webconfig file error

Post by Mike718NY » Tue Sep 23, 2008 5:06 pm

jweiss wrote:I am trying to move my dev project over to my live environment (I have a license for each). I have simply copied over all of my dev project files over to a directory on my live server . . ..
When you said "all" files, these files should have not been moved over (from:
http://help.ablecommerce.com/faqs/ablec ... ation_.htm):


Move Files from the ORIGINAL to TARGET installation
This step assumes you have the ability to copy files from one server to another
using FTP or a network.
Before beginning, make sure that you do NOT overwrite the following files during the transfer

..\web.config

..\app_data\commercebuilder.lic

..\app_data\database.config

..\app_data\encryption.config

..\app_data\ablecommerce.config

...

jweiss
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Mon Aug 04, 2008 10:29 am

Re: webconfig file error

Post by jweiss » Wed Sep 24, 2008 3:08 pm

Thanks for the link. I'll go thorough the steps and see where I end up.

jweiss
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Mon Aug 04, 2008 10:29 am

Re: webconfig file error

Post by jweiss » Thu Sep 25, 2008 10:07 am

I am still having trouble. My install of able is into a sub directory for my site. The asp.net tab of IIS has my web.config file in the root of my site and not in the sub directory. I am still getting an error when I try to run the install.aspx file

Line 110: <add name="AbleCommerceHttpModule" type="CommerceBuilder.Services.AbleCommerceHttpModule, CommerceBuilder.Services"/>
Line 111: </httpModules>
Line 112: <authentication mode="Forms">
Line 113: <forms timeout="90" slidingExpiration="true" name="AC7.ASPXAUTH" />
Line 114: </authentication>


Post Reply