Running ConfigureIIS.bat on a Windows 2019 server, on a 10.1.11.0-11105-CU1 DMA I got the error below.
Is there an updated script available for Win2019 ? or something is missing in the installation ?
APPPOOL object "DefaultAppPool" changed
ERROR ( message:Cannot find APPPOOL object with identifier "ASP.NET v4.0". )
ERROR ( message:Cannot find APPPOOL object with identifier "ASP.NET v4.0 Classic". )
APPPOOL object "Classic .NET AppPool" changed
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
Enable32bitAppOnWin64 : (BOOLEAN) True
'"C:\Windows\Microsoft.Net\Framework\v1.1.4322\aspnet_regiis.exe"' is not recognized as an internal or external command,
operable program or batch file.
Finished installing ASP.NET (2.0.50727).
Microsoft (R) ASP.NET RegIIS version 4.0.30319.0
Administration utility to install and uninstall ASP.NET on the local machine.
Copyright (C) Microsoft Corporation. All rights reserved.
Start installing ASP.NET (4.0.30319.0).
This option is not supported on this version of the operating system. Administrators should instead install/uninstall ASP.NET 4.5 with IIS8 using the "Turn Windows Features On/Off" dialog, the Server Manager management tool, or the dism.exe command line tool. For more details please see http://go.microsoft.com/fwlink/?LinkID=216771.
Finished installing ASP.NET (4.0.30319.0).
Attempting stop...
Internet services successfully stopped
Attempting start...
Internet services successfully restarted
These errors can be ignored, the script will also ignore them and continue. The script still has support for older versions of Windows, so it tries to do certain actions which are known that these don't work on newer versions of Windows.