Bill
Bill

Reputation: 2352

ASP.NET 4.0 on Windows Server 2003 64-bit

Is there a step by step guide on how to enable .NET 4 on IIS 6 running under Windows Server 2003 64bit?

Thank you

Upvotes: 3

Views: 2118

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038780

  1. Install .NET 4.0
  2. Register: c:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i
  3. Enable: alt text
  4. Have fun *

* This step is not required to make .NET 4.0 run on Windows Server 2003 but it is strongly recommended

Upvotes: 12

Related Questions