Having the same issue and wondering if anyone's come up with a solution.
Our IT department required us to update our Windows 2008 server that had been running Feedback Server to a Windows 2019 server for security reasons. While IIS was registered successfully, the Feedback Server can't seem to register ASP.NET. We get:
Clicking Register sometimes briefly generates a progress bar that disappears with no error, and sometimes seems to do nothing at all.
Exploring the various options, I tried running the command line aspnet_regiis.exe command as suggested in various older articles for registering ASP.NET. This generated the error message:
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).
And I wonder if the Register button in the Feedback Server installer is basically trying to run the same script.
We've followed all the steps at that microsoft.com link to register ASP.NET to 2019 standards, and everything's showing up in the server manager and app pools as suggested in the 2008 examples, but Feedback Server still isn't counting it as registered. Even though it almost certainly
should work, if we could just convince Feedback Server to proceed with the installation.
I feel like just having some idea what that dialog in Feedback Server is looking for to count ASP.NET as registered would allow us to manually tweak the setting and allow it to proceed.