asp.net 4.0 and 4.5.1 on IIS6 ( Windows Server 2003)
Two points to note:
.NET 4.0/4.5.1 runtime applications ARE supported on IIS 6.0 (Windows Server 2003) .
.NET 4.0 appears as an extension in IIS 6. You do need to ENABLE this extension. The Web Service Extensions node (right below the Web Sites Node) lets you view and change the extensions that are allowed or prohibited. Simply “allow” .NET 4 and your .NET 4.0/4.5.1 applications should work fine.
Leave a Reply