Set .NET CLR Version to No Managed Code

前端 未结 2 788
半阙折子戏
半阙折子戏 2021-01-14 10:57

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

相关标签:
2条回答
  • 2021-01-14 11:34

    Solution is to use "" instead of "No Managed Code" when setting ManagedRuntimeVersion.

    0 讨论(0)
  • 2021-01-14 11:50

    The iis:WebAppPool/@ManagedRuntimeVersion attribute's value cannot be an empty string.

    0 讨论(0)
提交回复
热议问题