Mono Support MonoX integration with BlogEngine 

Viewed 9148 time(s), 2 post(s), 7/17/2012 4:41:02 PM - by super
7/17/2012 4:41:02 PM
6018 Reputation 709 Total posts

I am trying to integrate BlogEngine 2.5 with Monox (Monox in the sub folder)

Please see my posts here: http://www.mono-software.com/Mono/Pages/Discussion/dtopic/apKAQxCAEECi156KATl6gA/Integrating-BlogEngine-Net/?dmsgId=Q62nTT1R_USHa6CRAUASKg#PostQ62nTT1R_USHa6CRAUASKg

1
7/18/2012 4:21:35 PM
7207 Reputation 956 Total posts

This should work in reverse - BlogEngine goes to the subfolder. Here are the steps we took:

1. Add Blog engine application under your MonoX web site.
2. Choose which compression module you would like to use, one from MonoX web.config or from Blog engine. We used MonoX one and commented Blog engine compression module:

<!--<add name="CompressionModule" type="BlogEngine.Core.Web.HttpModules.CompressionModule, BlogEngine.Core"/>-->

3. Add the necessary DLLs to blog engine bin folder(MonoSoftware.UrlRewritter, Telerik.web..). There might be few more DLLs that should be included. You'll get error message telling which DLL should be also added.

4. Try it in your web browser.

Note: We used a separate application pool 4.0  for BlogEngine.

2
This is a demo site for MonoX. Please visit Mono Software for more info.