Hello intrader,
i> Michael Nemtsev wrote:
i>
>> Hello intrader,
>>
[quoted text clipped - 22 lines]
>> "At times one remains faithful to a cause only because its opponents
>> do not cease to be insipid." (c) Friedrich Nietzsche
i> As I understand your answers:
i> 1. NET2.0 runs NET1.1 assemblies runwithout change except that the
i> app
i> config must state whether assembly is 1.1 or 2.0. (by the way does
i> this
i> affect the build?)
Both version works fine side-by-side, in you 2.0 app u can just reference
to the desired 1.1 class library and to work without problems.
Redirect is required when u have the same library but build in different
versions
i> 2. IIS must be configured for a virtual directory to use the
i> appropriate
i> handler.
Yep, as I remember u need just specify the version of aspnet.dll for your
virtual folder
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour
"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
intrader - 11 Oct 2006 21:12 GMT
> Hello intrader,
>
[quoted text clipped - 52 lines]
> "At times one remains faithful to a cause only because its opponents do
> not cease to be insipid." (c) Friedrich Nietzsche
Thank you; most helpful