Im trying to build an installer for my asp.net core service, but im having problems setting the .NET CLR Version on IIS app pool. Is there any way to set it to
.NET CLR Version
Solution is to use "" instead of "No Managed Code" when setting ManagedRuntimeVersion.
The iis:WebAppPool/@ManagedRuntimeVersion attribute's value cannot be an empty string.