Mono 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.

Mono Support MonoX integration with BlogEngine 

Viewed 1809 time(s), 2 post(s). 11 month(s) agoby super
super
1

super 11 month(s) ago

This content has not been rated yet. 
3551 Reputation 423 Total posts
denis
2

denis 11 month(s) ago

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. 
6825 Reputation 880 Total posts