Hi Gregory,
I'm fairly certain that an app compiled under 1.0 runs under 1.1 without the
need for modification or recompilation. Yes, the app could *benefit* from
compilation, but it is not required.

Signature
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
> There are a couple of potential perf tweaks require a recompile of the
> code,
[quoted text clipped - 11 lines]
>> Is it ok to run an asp.net 1.0 compiled application on asp.net 1.1 or 2.0
>> framework. Do i have any performance issues in doing so?
aspnetdev - 12 Apr 2005 17:45 GMT
Hi Malik,
What kind of benefit are we looking at if we re-compile the app under the
same framework that it is targetted to run. In other words, what are the
overheads involved in running a app, which is not compiled under the same
framework version.
> Hi Gregory,
>
[quoted text clipped - 17 lines]
> >> Is it ok to run an asp.net 1.0 compiled application on asp.net 1.1 or 2.0
> >> framework. Do i have any performance issues in doing so?