For further reference - apparently when distributing Windows 2003 with SP1 M$ decided, that you do not need .NET 1.1 since there is .NET2.0 in the package. So it is in the system, you can not install it since it is already installed and you can not see it neither in IIS nor Add/Remove Programs. So how to enable it:
>cd \WINDOWS\Microsoft.NET\Framework\v1.1.4322
>aspnet_regiis.exe -enable
>regsvr32 \WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
Simple, but why I had to search it for several minutes in the first place?
2008-01-18
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment