[Mono-bugs] [Bug 36262][Maj] New - ASP.NET codebehind is not being called

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 Jan 2003 16:24:08 -0000


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 david@codenoevil.com.

http://bugzilla.ximian.com/show_bug.cgi?id=36262

--- shadow/36262	Fri Jan  3 11:24:08 2003
+++ shadow/36262.tmp.12455	Fri Jan  3 11:24:08 2003
@@ -0,0 +1,54 @@
+Bug#: 36262
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: david@codenoevil.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ASP.NET codebehind is not being called
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+ASP.NET codebehind is either not being called, or XSP hangs on request
+
+Steps to reproduce the problem:
+1. create aspx page that referrences a codebehind assembly
+2. build assembly in bin/ folder
+3. codebehind code is not called
+
+Actual Results:
+server side control, a Label, is not updated with textbox input
+
+Expected Results:
+text from textbox should be used to set the Text property from the TextBox
+control when the Submit button is clicked
+
+How often does this happen? 
+every time
+
+Additional Information:
+there have been instances where the use of codebehind files causes XSP to
+hang.  XSP outputs to the console that it has processed the page, but
+nothing is rendered to the browser, and the browser waits indefinately for
+a response from the server.
+
+my simple test code does not hang the server, but the codebehind is never
+called.  i placed the codebehind assembly in both the bin/ folder and the
+same folder with the aspx file, and either case, the codebehind was not
+executed.
+
+the sample code that i created works as expected using .NET 1.0 SP2 and IIS
+5.1 on Windows XP Professional SP1.  A copy of the sample code can be found
+at http://www.codenoevil.com/downloads/aspnet.tar.gz.
+
+the browsers used to test this behavior were IE 6 SP1 and Netscape 7.0.