mail-archives/mono-list/2005-February/025988.html

99 строки
3.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-list] mod_mono, xsp 1.0.6 returning odd error
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:purserj%40ksit.dynalias.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="025963.html">
<LINK REL="Next" HREF="025964.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-list] mod_mono, xsp 1.0.6 returning odd error
</H1>
<B>James Purser
</B>
<A HREF="mailto:purserj%40ksit.dynalias.com"
TITLE="[Mono-list] mod_mono, xsp 1.0.6 returning odd error">purserj@ksit.dynalias.com
</A><BR>
<I>Thu, 24 Feb 2005 21:23:31 +1100</I>
<P><UL>
<LI> Previous message: <A HREF="025963.html">[Mono-list] mod_mono 1.0.6 multiple virtualhosts...
</A></li>
<LI> Next message: <A HREF="025964.html">[Mono-list] monobundle-installer on Ubuntu
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#25988">[ date ]</a>
<a href="thread.html#25988">[ thread ]</a>
<a href="subject.html#25988">[ subject ]</a>
<a href="author.html#25988">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>I don't know if this has been raised before but I have just installed
the full 1.0.6 package list and am getting some odd errors on very basic
pages.
Basically the page is as below
&lt;%@ Page Language=&quot;C#&quot; %&gt;
&lt;%
Response.Write(&quot;hello world&quot;);
%&gt;
And then I get the following error:
Server error in '/' application
________________________________________________________________________
Cannot find '10355.dll'.
Description: Error processing request.
Error Message: HTTP 404. Cannot find '10355.dll'.
Below is the Apache config I use for this virtual host:
&lt;VirtualHost 192.168.0.20:80&gt;
DocumentRoot &quot;/usr/local/apache2/htdocs/bigandbold&quot;
AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config
.ascx
ServerName bigandbold.com.au
DirectoryIndex index.aspx
ErrorLog logs/bigandbold.com.au_error.log
CustomLog logs/bigandbold.com.au_custom.log common
MonoDocumentRootDir &quot;/usr/local/apache2/htdocs/bigandbold&quot;
MonoUnixSocket &quot;/tmp/VirtualHosts/bigandbold/mono_socket/monosock&quot;
MonoWapiDir &quot;/tmp/VirtualHosts/bigandbold/wapi&quot;
MonoApplications &quot;/:/usr/local/apache2/htdocs/bigandbold&quot;
&lt;Directory /usr/local/apache2/htdocs/bigandbold&gt;
SetHandler mono
&lt;/Directory&gt;
&lt;/VirtualHost&gt;
I am using the tutorial that Steven Deobald wrote and the scripts he
wrote to manage the /tmp/VirtualHosts directories and permissions
James Purser
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="025963.html">[Mono-list] mod_mono 1.0.6 multiple virtualhosts...
</A></li>
<LI> Next message: <A HREF="025964.html">[Mono-list] monobundle-installer on Ubuntu
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#25988">[ date ]</a>
<a href="thread.html#25988">[ thread ]</a>
<a href="subject.html#25988">[ subject ]</a>
<a href="author.html#25988">[ author ]</a>
</LI>
</UL>
</body></html>