[Mono-bugs] [Bug 463941] HttpWorkerRequest.MapPath should not be used at all in profile 2.0
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jan 24 18:38:52 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=463941
User kornelpal at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=463941#c4
Kornél Pál <kornelpal at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
Info Provider|kornelpal at gmail.com |
--- Comment #4 from Kornél Pál <kornelpal at gmail.com> 2009-01-24 16:38:49 MST ---
Created an attachment (id=267484)
--> (https://bugzilla.novell.com/attachment.cgi?id=267484)
xsp.diff
This patch demonstrates these interfaces in XSP. I actually was able to host
web sites using XSP on .NET Framework with this patch.
I've done some experiments and found the following:
Objects implementing IApplicationHost and IConfigMapPathFactory both have to be
serializable (or MarshalByRefObject) because they both are created in the hist
domain.
App_GlobalResources, App_WebReferences and App_Code have to be subfolders of
physical path. Otherwise exception is thrown.
Application web.config is looked up in physical path no mapping is performed.
Most details of these interfaces are very straightforward and the rest is so
IIS specific that we may not need to use them in Mono.
--
Configure bugmail: https://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