How to connect my blog under separate folder?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Odettes
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 102
Joined: Wed Apr 02, 2008 11:00 am
Location: Stockholm, Sweden
Contact:

How to connect my blog under separate folder?

Post by Odettes » Thu May 31, 2012 6:29 pm

Hi!

I'm trying to install a blog in a separate folder of my store installation, like "/blog"
How can I make the blog folder a .NET 4.0 application that lives it's own life without interfering with the ablecommerce installation?

If I install the blog in the root folder without ablecommerce it works perfekt, but I need it in a subfolder.

Can someone please help?
Sincerely,
Thomas Berglund

https://traileronline.se
AbleCommerce Gold R11 Custom

User avatar
david-ebt
Captain (CAPT)
Captain (CAPT)
Posts: 253
Joined: Fri Dec 31, 2010 10:12 am

Re: How to connect my blog under separate folder?

Post by david-ebt » Fri Jun 01, 2012 9:40 am

Have you tried adding the blog as an Application under the AC site in IIS? That will let you put the blog in it's own folder outside of the AC folder structure.
David
http://www.ecombuildertoday.com
Enhanced Reporting for AbleCommerce
Image

User avatar
dgoranov
Lieutenant (LT)
Lieutenant (LT)
Posts: 55
Joined: Sun Jan 16, 2011 3:58 pm
Location: Boston, MA
Contact:

Re: How to connect my blog under separate folder?

Post by dgoranov » Mon Jun 04, 2012 1:09 am

Yes, If the blog application is php based (Wordpress) you can set the blog as a web application folder under yoursite.com/blog.
The application should have its own application pool set to "unmanaged code".

If the blog application however is asp.net based app. like http://www.dotnetblogengine.net/ then you have to prevent the application
under yoursite.com/blog from inheriting the main AbleCommerce web.config settings by adding the following line before <system.web>

<location path="." inheritInChildApplications="false">
<system.web>
.....
</system.web>
</location>

If you are experiencing issues with the above methods send me PM and I will be happy to help.
Dimi Goranov
Drundo Software Inc.
AbleCommerce Hosting and Management
Email: dgoranov@drundo.com
Ph: 888.464.2140

Odettes
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 102
Joined: Wed Apr 02, 2008 11:00 am
Location: Stockholm, Sweden
Contact:

Re: How to connect my blog under separate folder?

Post by Odettes » Sun Jun 24, 2012 4:58 pm

Thanks!
It works great now!
Sincerely,
Thomas Berglund

https://traileronline.se
AbleCommerce Gold R11 Custom

Post Reply