[Mono-bugs] [Bug 43423][Nor] Changed - MS SQL Server hangs Aspx Page
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 21 May 2003 08:31:20 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=43423
--- shadow/43423 Tue May 20 19:28:58 2003
+++ shadow/43423.tmp.16179 Wed May 21 08:31:20 2003
@@ -1,22 +1,21 @@
Bug#: 43423
Product: Mono/Runtime
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
-Priority: Blocker
+Severity: Unknown
+Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: ljones@lithonia.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: MS SQL Server hangs Aspx Page
Description of Problem:
Aspx page hangs when try to access MS SQL Server
Steps to reproduce the problem:
@@ -69,6 +68,16 @@
Additional Information:
The PUBS data base comes on all MS SQL Server installs as a standard
sample database. If the code is tested with MS SQL Server the db will be
there; no setup needed. Replace SERVER with the real Server Name,
and 'password' with the real password.
+
+------- Additional Comments From bmaurer@users.sf.net 2003-05-21 08:31 -------
+Are you using XSP or mod_mono? What happens if you use the other? Can
+you change the Console.WriteLine's with something that outputs to the
+webpage? What happens if you take the code in Page.Load and put it
+into a regular, console based program? Are you able to access the
+same SQL server with any of the mono tools? Does mono just freeze, or
+does it take up CPU power?
+
+Can you find out exactally what part of your code is freezing it?