https://bugzilla.novell.com/show_bug.cgi?id=463941
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=463941#c4 Kornél Pál <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|[email protected] | --- Comment #4 from Kornél Pál <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
