Разработка API в c # с помощью инфраструктуры. net 4.6.1, при запросе к localhost он работает, но когда я передаю его в IIS разработки, он показывает следующую ошибку:
{
"Message": "An error has occurred.",
"ExceptionMessage": "Method not found: 'System.String System.AppContext.get_TargetFrameworkName()'.",
"ExceptionType": "System.MissingMethodException"
}