.net 4.0 - IIS and Server OS requirements for ASP.NET 4 -
this references requirements clients: http://msdn.microsoft.com/en-us/library/8z6watww%28v=vs.100%29.aspx
i looking similar documentation in reference not .net 4, asp.net 4 , iis versions, os sp's, etc. required. see if there pitfalls requesting install asp.net 4 , mvc 3 on our server. don't want have egg on face :)
per documentaiton on installer download .net 4.0 ( http://www.microsoft.com/download/en/details.aspx?id=17851)
additional requirements server installation
if have perform server installation, computer must have following software in addition basic requirements:
•internet information services (iis) version 6.0 or later. access features of asp.net, iis latest security updates must installed before .net framework installed. asp.net supported on windows xp professional, windows server 2003, windows server 2008, , windows server 2008 r2.
so run in iis 6.0 or above. if want know operating systems support asp.net 4.0, operating system supports iis version 6.0 or above. jives comment on question.
that said, biggest thing watch out have configure .net 4.0 iis application use different applicaiton pool 2.0, 3.0, or 3.5. there's more info on here: http://johan.driessen.se/posts/getting-an-asp.net-4-application-to-work-on-iis6
Comments
Post a Comment