[Mono-bugs] [Bug 50924][Wis] New - Avoid spawning an mcs process when compilng an ASPX page

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Nov 2003 03:52:39 -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 gkodinov@openlinksw.co.uk.

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

--- shadow/50924	2003-11-13 03:52:39.000000000 -0500
+++ shadow/50924.tmp.31013	2003-11-13 03:52:39.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 50924
+Product: Mono/Runtime
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gkodinov@openlinksw.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Avoid spawning an mcs process when compilng an ASPX page
+
+Based on a discussion in the mailing list.
+
+It would be nice if the ASPX compiler doesn't actually spawn the mcs as an
+OS process, but instead calls it directly. This way the problem on Win32
+where it requires the MS.NET framework to be installed in order to run ASPX
+pages will be cleverly avoided.