[Mono-bugs] [Bug 65747][Maj] New - Exception and Load error
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Sep 2004 17:37:21 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jan@patware.si.
http://bugzilla.ximian.com/show_bug.cgi?id=65747
--- shadow/65747 2004-09-11 17:37:21.000000000 -0400
+++ shadow/65747.tmp.25524 2004-09-11 17:37:21.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 65747
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: debian 2.6.7
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jan@patware.si
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: Exception and Load error
+
+Description of Problem:
+I'm trying to set up my ASP.NET application on mod_mono on apache 1.3. i'm
+using deb's. The problem is at displaying page. Page does not displey OK.
+
+Steps to reproduce the problem:
+1. Open the site for first time, the page works
+2. Refreshing the site returns a 500 error..
+3. Refreshing the 500 error load the page without images
+4. If you go to another site after step 2 or 3 and then return
+ you can see the page working.
+
+Actual Results:
+picture, and some elements missing or not displeyed
+
+
+Expected Results:
+
+
+How often does this happen?
+allways
+
+
+Additional Information:
+My /etc/mono-server/mono-server-hosts.conf
+# Default configuration, don't edit it!
+<IfModule mod_mono.c>
+ MonoUnixSocket /tmp/.mod_mono_server
+ MonoServerPath /usr/share/dotnet/bin/mod-mono-server.exe
+ AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx
+ MonoApplicationsConfigDir /etc/mono-server
+ MonoPath /usr/share/dotnet/lib:/usr/lib:
+# start /etc/mono-server/conf.d/mono/10_mono
+ Alias /mono "/jama/mono_testing/w"
+ <Directory /jama/mono_testing/w>
+ SetHandler mono
+ <IfModule mod_dir.c>
+ DirectoryIndex index.aspx
+ </IfModule>
+ </Directory>
+# end /etc/mono-server/conf.d/mono/10_mono
+
+PS:If you don't understand the problem mail me at jan@patware.si and i'll
+tell you where can you see page