powershelliiswindows-server-2008-r2dscaspnet-regiis.exe

Is there any PowerShell DSC resource for ASP.NET IIS registration (aspnet_regiis.exe)?


I want to install ASP.NET 4.x in a Windows Server 2008 R2 machine using Powershell DSC. Is there any PowerShell DSC resource for this?

Thank you!


Solution

  • Yes, there is! I built a DSC resource for this:

    https://www.powershellgallery.com/packages/cAspNetIisRegistration

    Feel free to contribute with any bugs, feature requests or enhancements to this resource on its github repo.