<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I am using the following apt sources...<br>
<br>
deb <a class="moz-txt-link-freetext" href="http://debian.meebey.net/">http://debian.meebey.net/</a>
./<br>
deb <a class="moz-txt-link-freetext" href="http://mfgames.com/debian">http://mfgames.com/debian</a>  
unstable        main<br>
<br>
running  <b>mono-server2-update<br>
</b>(the documentation refers it as mono-server2-update.conf instead)<br>
<br>
generates <br>
<br>
<b>/etc/mono-server2/mono-server2-hosts.conf</b><br>
# Default configuration, don't edit it!<br>
&lt;IfModule mod_mono.c&gt;<br>
  MonoUnixSocket /tmp/.mod_mono_server2<br>
  MonoServerPath /usr/lib/xsp/2.0/mod-apache-server2.exe<br>
  AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config
.ascx<br>
  MonoApplicationsConfigDir /etc/mono-server2<br>
  MonoPath /usr/lib/mono/2.0:/usr/lib:/usr/lib/mono/2.0<br>
# start /etc/mono-server2/conf.d/asp.net2-examples/10_asp.net2-examples<br>
     Alias /samples "/usr/share/asp.net2-demos"<br>
       &lt;Directory /usr/share/asp.net2-demos&gt;<br>
         SetHandler mono<br>
           &lt;IfModule mod_dir.c&gt;<br>
              DirectoryIndex index.aspx<br>
           &lt;/IfModule&gt;<br>
       &lt;/Directory&gt;<br>
# end /etc/mono-server2/conf.d/asp.net2-examples/10_asp.net2-examples<br>
&lt;/IfModule&gt;<br>
<br>
but this files does not works, it should generate instead<br>
<br>
# Default configuration, don't edit it!<br>
&lt;IfModule mod_mono.c&gt;<br>
  MonoUnixSocket /tmp/.mod_mono_server2<br>
  <b>MonoServerPath /usr/lib/xsp/2.0/mod-mono-server2.exe</b><br>
  AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config
.ascx<br>
  MonoApplicationsConfigDir /etc/mono-server2<br>
  MonoPath /usr/lib/mono/2.0:/usr/lib:/usr/lib/mono/2.0<br>
# start /etc/mono-server2/conf.d/asp.net2-examples/10_asp.net2-examples<br>
     Alias /samples "/usr/share/asp.net2-demos"<br>
     <b>AddMonoApplications default
"/samples:/usr/share/asp.net2-demos"</b><br>
       &lt;Directory /usr/share/asp.net2-demos&gt;<br>
         SetHandler mono<br>
           &lt;IfModule mod_dir.c&gt;<br>
              DirectoryIndex index.aspx<br>
           &lt;/IfModule&gt;<br>
       &lt;/Directory&gt;<br>
# end /etc/mono-server2/conf.d/asp.net2-examples/10_asp.net2-examples<br>
&lt;/IfModule&gt;<br>
<br>
If those changes are not applied mod_mono does not works properly<br>
</body>
</html>