ASP.Net 4.0 on IIS6 vs IIS7
Posted
by JBeckton
on Stack Overflow
See other posts from Stack Overflow
or by JBeckton
Published on 2010-03-22T17:31:04Z
Indexed on
2010/03/22
17:41 UTC
Read the original article
Hit count: 514
I am trying to convince my boss to upgrade a couple web app servers from Win 2003 to Win 2008 so I can utilize ASP.Net 4.0 on IIS7. I am also trying to get our SQL Server 2000 upgraded to 2008 so I can use Linq2SQL in VS2010 plus a bunch of other reasons.
But the boss is experiencing sticker shock now that I have told him what it all costs. So I guess I have to possibly cut back some where.
My question is what are the benefits of ASP.Net 4.0 on IIS7 over ASP.Net 4.0 on IIS6 or are there any real benefits?
© Stack Overflow or respective owner