RE: Per app framework version.
Brought to you by:
wrowe
From: Todd H. <ele...@ho...> - 2010-05-03 21:59:03
|
Just reading up on CorBindToRuntimeEx, and it's been deprecated in the 4.0 framework. But I see what you mean. I seem to recall on one of my installations in the past that httpd had multiple processes running (using process explorer or task manager). I don't know if this was by design or by some config option. Could that be leveraged somehow? -----Original Message----- From: William A. Rowe Jr. [mailto:wr...@ro...] Sent: Monday, May 03, 2010 4:09 PM To: mod...@li... Subject: Re: Per app framework version. On 5/3/2010 2:22 PM, Todd Hicks wrote: > Has anyone given a thought to the possibility of setting AspNetVersion per > mounted application? > Maybe as an optional parameter to the AspNetMount directive, with the > default being the global AspNetVersion. It would be very unwise; better to use mod_proxy to front several different servers running different asp.net levels. And it's likely not possible unless the CorBindToRuntimeEx permits multiple .NET engines to coexist in the same process space. ---------------------------------------------------------------------------- -- _______________________________________________ mod-aspdotnet-devel mailing list mod...@li... https://lists.sourceforge.net/lists/listinfo/mod-aspdotnet-devel |