settingsLogin | Registersettings
Es tu primera visita? Te invitamos a visitar nuestra sección de preguntas frecuentes FAQ!
x
Show Menu

Herramienta Administrativa de Net Framework en Windows 2012

+1 voto
tengo un servidor en plataforma windows Stand 2012, estoy buscando la forma de agregar un ensamblado, pero no ubico la opcion de herramientas administrativas de net framework para poder realizar este paso, y es necesario para poder levantar el aplicativo de la empresa. ya instale el net framework cual puede ser una recomendacion a seguir? donde ubico esta opcion?
por (4 puntos)  

1 Respuesta

0 votos

Inserta el CD o ISO de 2012 sigue los siguientes pasos aplica para Windows 8 y Server 2012

http://msdn.microsoft.com/en-us/library/hh506443.aspx

 

 

  • If you cannot connect to the Internet, you can enable the .NET Framework 3.5 by using the Deployment Image Servicing and Management (DISM) command-line tool and specifying the installation media (ISO image or DVD) you installed Windows 8 from.

    1. In Windows 8 or Windows Server 2012, open a Command Prompt window with administrative credentials (that is, choose Run as administrator).

    2. To install the .NET Framework 3.5 from installation media located in the D:\sources\sxs directory, use the following command:

      DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

      where:

      • /Online targets the operating system you're running (instead of an offline Windows image).

      • /Enable-Feature /FeatureName:NetFx3 specifies that you want to enable the .NET Framework 3.5.

      • /All enables all parent features of the .NET Framework 3.5.

      • /LimitAccess prevents DISM from contacting Windows Update.

      • /Source specifies the location of the files needed to restore the feature (in this example, the D:\sources\sxs directory).

      For more information about DISM parameters and options, see How to Enable or Disable Windows Features

  • You are using a local source, but the network location is inaccessible or doesn’t have the right content. Install the .NET Framework 3.5 from installation media as described in the previous bullet point.

  • Your administrator has configured your computer to use Windows Server Update Services (WSUS) instead of Windows Update for servicing. Ask your administrator to enable the policy to use Windows Update instead of WSUS.

por (863 puntos)  
editado por
...