[Mono-bugs] [Bug 526563] New: Precompiling for /foo and running as /foo doesn't work
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jul 29 17:52:45 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=526563
Summary: Precompiling for /foo and running as /foo doesn't work
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: robertj at gmx.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1)
Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)
A precompiled MS.NET site with vpath != "/"
aspnet_compiler -nologo -v /foo ...
does not work in Mono when invoked with the corresponding vpath:
xsp2 --applications /foo:./foo
Reproducible: Always
How to reproduce?
- untar
- cd precomp
"foo" contains an app compiled for "/foo", while "root" contains the same app
compiled for "/".
- xsp2 --applications /foo:./foo
- access http://localhost:8080/foo/default.aspx
- output: precompilation stub (not OK)
- xsp2 --applications /:./root
- access http://localhost:8080/default.aspx
- output: "Hello World!" (OK)
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list