[Mono-bugs] [Bug 56121][Nor] New - Hello Worl for ASP.NET doesn't work
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 27 Mar 2004 18:00:17 -0500 (EST)
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 alexmipego@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56121
--- shadow/56121 2004-03-27 18:00:17.000000000 -0500
+++ shadow/56121.tmp.9983 2004-03-27 18:00:17.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 56121
+Product: Mono: Doctools
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Website
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: alexmipego@hotmail.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Hello Worl for ASP.NET doesn't work
+
+The Hello Work for ASP.NET in doc doesn't work. Actually it is in VB.NET
+when it should be in C#. It should changed to something like:
+
+<% Response.Write(DateTime.Now.Date); %>
+
+The original doesn't include the ; and makes reference to the now() VB
+function.