Tuesday, December 20, 2022

installing .NET Fx 3.5 in Windows server 2016 - 2019

 mount setup DVD, and run following command in power shell ( run as administrator ):-

 

prompt > dism /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccess

where "E:" is "DVD drive" where setup DVD is mounted.

Now .NetFx3 is installed