MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

MonoX integration with BlogEngine  (Mono Support )

Viewed 9208 time(s), 2 post(s) 7/17/2012 4:41:02 PMby super
super

super

7/17/2012 4:41:02 PM
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
This content has not been rated yet. 
6018 Reputation 709 Total posts
denis

denis

7/18/2012 4:21:35 PM

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.

This content has not been rated yet. 
7207 Reputation 956 Total posts