[Mono-bugs] [Bug 54117][Min] Changed - System.Web ignores compilation tempDirectory settings in web.config

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 Feb 2004 15:43: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 jackson@ximian.com.

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

--- shadow/54117	2004-02-10 13:07:08.000000000 -0500
+++ shadow/54117.tmp.14386	2004-02-10 15:43:39.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 54117
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Sys.Web
 AssignedTo: jackson@ximian.com                            
 ReportedBy: liyul@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -43,6 +43,10 @@
          defaultLanguage="c#"
 	 tempDirectory="C:\temp"
          debug="true"
     />
   </system.web>
 </configuration>
+
+------- Additional Comments From jackson@ximian.com  2004-02-10 15:43 -------
+We now honour the temp directory. Our folder structure is not the same
+as MS's however. Thanks for the report!