Webmail Broken? AbleCommerce configuration error?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Haak
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 43
Joined: Thu Sep 20, 2007 10:10 am

Webmail Broken? AbleCommerce configuration error?

Post by Haak » Mon May 12, 2008 5:22 pm

Hello, This may or may not be AbleCommerce fault but my webmail is no longer working. I use MailEnable and the error I am getting is:
***************
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'CommerceBuilder.Services' or one of its dependencies. The system cannot find the file specified. (c:\inetpub\wwwroot\web.config line 110)

Source Error:


Line 108: <httpModules>
Line 109: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 110: <add name="AbleCommerceHttpModule" type="CommerceBuilder.Services.AbleCommerceHttpModule, CommerceBuilder.Services"/>
Line 111: </httpModules>
Line 112: <authentication mode="Forms">


Source File: c:\inetpub\wwwroot\web.config Line: 110

************

This error makes me think it might be ablecommerce? Any ideas?

Hawk

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

Re: Webmail Broken? AbleCommerce configuration error?

Post by jmestep » Mon May 12, 2008 6:11 pm

This may not help, but I had a .net forum in a subdirectory of an Able site and I got errors about not being able to find the rewrite stuff. So as a quick fix, I copied the rewrite dll over to the folder where the forum was and everything was OK.
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

Haak
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 43
Joined: Thu Sep 20, 2007 10:10 am

Re: Webmail Broken? AbleCommerce configuration error?

Post by Haak » Mon May 12, 2008 6:37 pm

Well not sure if that will help in this case because the webmail is a virtual server inside the ablecommerce folder.

In the mailenable control panel I installed the webmail into the default site on iis. That would be my ablecommerce site. I believe the error is about the service not being registered or configured correctly in ablecommerce. So when I go to hydrovation.com/webmail the hydrovation site or the ablecommerce install does not know this service exists so it puts out the error I wrote above.

I am guessing this is why it cannot find the file or assembly. With this in mind is there a way to register services within ablecommerce?

Thanks for your reply

Hawk

Haak
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 43
Joined: Thu Sep 20, 2007 10:10 am

Re: Webmail Broken? AbleCommerce configuration error?

Post by Haak » Mon May 12, 2008 6:49 pm

Judy,
I was thinking about your post and I checked to see if the webmail was .dll. It is but not in the ablecommerce folder. But I realized that the permissions for the webmail are different than the ablecommerce site.

Maybe I need to add the permissions from the webmail virtual site to the ablecommerce site before I install it?

Permissions being

IME_ADMIN
IME_SYSTEM
IME_USER


This way the webmail from mail enable can write to the ablecommerce site?

I will play with this to see if this is the problem. Any other input is greatly appreciated.

Hawk

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Webmail Broken? AbleCommerce configuration error?

Post by AbleMods » Mon May 12, 2008 10:01 pm

If the webmail app has it's own web.config file, you will need to decide if you want to run it as a separate IIS app or run it within the application pool of the Ac7 website.

If you want them together, you'll have to merge the webmail app web.config changes into the AC7 web.config file.

This may not be your particular issue but it sounds similar to some problems I had integrating a few 3rd party features into my AC7 site.
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

Haak
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 43
Joined: Thu Sep 20, 2007 10:10 am

Re: Webmail Broken? AbleCommerce configuration error?

Post by Haak » Tue May 13, 2008 12:49 pm

This sounds like the right direction I just need to find the web.config file for the mail app which I have not seen yet to see if I can merge anything. I'll post back my results.

Thanks Joe,
Hawk

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Webmail Broken? AbleCommerce configuration error?

Post by AbleMods » Tue May 13, 2008 2:35 pm

No problem, there will only be one place for a web.config file and that's in the root of the site or app. If it's claim-to-fame includes "ASP.Net 2.0", most likely it has a web.config file.

Good luck :)
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

Post Reply