Wednesday, February 21, 2007

mod_mono and xsp have different versions

When running mod-mono-server you often get an error message like this:

mod_mono and xsp have different versions.

idea

This happens mainly for two reasons;

  1. You actually have different versions of mod_mono and xsp.
  2. You try to load a webpage directly from mod-mono-server using your brower. In this case you'll need to load xsp instead of mod-mono-server.

Architecture of an .NET application

When a HTTP request enters the Apache web server, mod_mono handles the request. mod_mono talks to mod-mono-server using a socket. This talk is a binary protocol, and the error message above is something you get when you run different versions of mod_mono and xsp.

mod-mono-server hosts the .NET environment.

External links

<<mod_mono-version.htm>>

Labels:

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home