Re: Per app framework version.
Brought to you by:
wrowe
From: William A. R. Jr. <wr...@ro...> - 2010-05-03 20:35:50
|
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. |