Link to home
Start Free TrialLog in
Avatar of frankbustos
frankbustosFlag for United States of America

asked on

Unable to install .NET Framework 4.5 features

Hi experts,

 I have a server 2012 standard and I went to add roles and features to add .NET Framework and it starts the installation process and then 1/2 ways it fails.

Installation of one or more roles, role services , or feature failed. The source could not be found.
NET Framework 3.5 features
Avatar of Tapan Pattanaik
Tapan Pattanaik
Flag of India image

Hi frankbustos,

Windows Server 2012 includes .NET Framework 4.5 by default, as well as optional installation of the .NET 3.5 Framework. Developers frequently need to run mixed web applications across multiple .NET Framework versions. Please check the below link which describe the details step by step process.

IIS 8.0 Using ASP.NET 3.5 and ASP.NET 4.5:

https://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45

Regards,
Tapan Pattanaik
Avatar of Scott McDaniel (EE MVE )
Did you check the Event Viewer for any clues on why it stopped? That's usually the first place to look ...
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Run
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

Open in new window

where d: is your Windows installation disk
Avatar of frankbustos

ASKER

Awesome thanks