Microsoft .NET
Installing IIS After .NET Framework
1. Click Start -> run -> cmd - ENTER
2. At the command prompt, type the following, and then press ENTER:
%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe -i
3. Register the Aspnet_isapi.dll by clicking start -> run
4. In the Open text box, run
regsvr32 %windir%\Microsoft.NET\Framework\version\aspnet_isapi.dll
Change .net version for IIS
go to (the version of .Net framework you want to update the site to)
C:\WINDOWS\Microsoft.NET\Framework\v2.0.*\>
run the following to list see what site is using what version
aspnet_regiis -lk
look up the site number in IIS then update by running the following:
aspnet_regiis -sn w3svc\<site#>\root
this will update .net to version 2