[Mono-devel-list] XSP/Mod_mono/Apache/ASP.NET Odd errors

Gonzalo Paniagua Javier gonzalo at ximian.com
Sun Feb 6 22:43:39 EST 2005


On Sun, 2005-02-06 at 18:36 -0600, Colt D. Majkrzak wrote:
> I recently uploaded the newest copy of my site to my server running
> ASP.NET via mod_mono, xsp and apache.
> 
>  
> 
> The code’s previous copy worked on my mono Linux box, but this latest
> version is not.  The code is working under MS Asp.net and IIS
> perfectly.  The original error I was receiving was a problem in my
> projects dll, which were due to being unable to find MySql.Data, which
> the project references.  After fixing this, I was receiving the same
> error but looking for ICSharpCode.SharpZipLib  After fixing this
> dependency I keep getting 404 from XSP on any file from my project I
> try to load, even though they are obviously there.

Check the directory permissions. If 'nobody' has access to it, then you
probably want index.aspx to be the last in the list for DirectoryIndex,
otherwise the attemp to access it will fail and won't let apache try
index.php, index.html...

-Gonzalo





More information about the Mono-devel-list mailing list