views:

77

answers:

1

I run an apache 2.2 web server to serve asp.net web applications with mod_mono. It works fine. But mono-xsp2 service running too..

Does mod_mono need xsp to work or to work better?

I am asking that because xsp-server start running automatically on boot time. And I couldn't be sure if it is needed or not.

Here is a screenshot of the process' http://img27.imageshack.us/img27/839/capturetu.png

If you see something on the screenshot which is not good for me, Please let me know.

Thanks in advance..

+3  A: 

XSP server just a development and testing environment. For production you have to use Apache.

A proof link, for example, this.

abatishchev
Thanks. You are absolutely right. But my question was not just that. I have edited it to be more specific. Thank you for your answer...
Jan
Hi. No, mod_mono doesn't require xsp to be installed at all. This is independent modules. Both requires mono runtime and this is only one similarity.
abatishchev
That is what I was looking for.. =) thank you so much..
Jan
Thank you! Also I recommend to join mono mailing lists at http://www.mono-project.com/Mailing_Lists - there you can receive the most professional answer to your questions. StackOverflow is also good enought
abatishchev