[Mono-devel-list] XSP/Mod_mono/Apache/ASP.NET Odd errors
Colt D. Majkrzak
majkrzak at gmail.com
Sun Feb 6 19:36:20 EST 2005
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.
My Apache config line for this site is
Alias / "/home/theedge/public_html/"
MonoApplications "/:/home/theedge/public_html/site/"
<Location /site>
SetHandler mono
</Location>
<IfModule mod_dir.c>
DirectoryIndex index.aspx index.php index.html index.htm
</IfModule>
Processes are running as follows
nobody 6775 0.2 0.8 49220 17624 ? S 18:06 0:02 /usr/bin/mono
/usr/lib/mono/1.0/mod-mono-server.exe --filename /tmp/mod_mono_server
--applications /:/home/theedge/public_html/site/ --nonstop --appconfigdir
/usr/local/apache/conf/mod-mono-applications
nobody 6776 0.0 0.2 10988 4816 ? S 18:06 0:00 /usr/bin/mono
/usr/lib/mono/1.0/mod-mono-server.exe --filename /tmp/mod_mono_server
--applications /:/home/theedge/public_html/site/ --nonstop --appconfigdir
/usr/local/apache/conf/mod-mono-applications
Dump from browser:
Server error in '/' application
_____
Cannot find '/index.aspx'.
Description: Error processing request.
Error Message: HTTP 404. Cannot find '/index.aspx'.
Apache's error_log shows nothing more then a 404 response.
As far as I can tell MySql.Data is working now, I do see it in the gac at
/usr/local/lib/mono/gac/MySql.Data/ along with ICSharpCode. I have tried
recompiling from my 1.0.5 packages without success. Please help!
Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050206/f015203f/attachment.html
More information about the Mono-devel-list
mailing list