.net 1.0 Vs 1.1

G

Guest

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?
 
M

Mattias Sjögren

Is it ok to run an asp.net 1.0 compiled application on asp.net 1.1 or 2.0
framework.
Sure


Do i have any performance issues in doing so?

Probably not, but as always when it comes to performance question, you
should measure it.



Mattias
 
G

Guest

There are a couple of potential perf tweaks require a recompile of the code,
so yes. In addtion, there is a bit of breakage, esp. in the XML namespace.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
N

Nick Malik [Microsoft]

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.

--
--- 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.
--
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top