using asp.net webapi v0.6.0 I get this error on startup. Asp.net support is included for the site. I’m trying to fix this for a couple of days and frankly don’t even know where to start.
Any help would be appreciated
Try adding below to system.servicemodel in web.config
<serviceHostingEnvironment aspNetCompatibilityEnabled="true"/>
Source: https://habr.com/ru/post/915322/More articles:Windows Daylight Savings Time - timezoneEscaping SQL strings in Java - javaConvert UTC string to TDatetime in Delphi - utcHow to initialize this multidimensional array? - arraysWhen can the compiler not use RVO or NRVO? - c ++storing user input in an array - javascriptWCF ASP.NET routing integration function requires ASP.NET compatibility - restMySQL: something is wrong with full-text search - return NO results - mysqlActiveAdmin - Using areas with filters - ruby-on-railsPass hash as parameter for task markup - ruby-on-railsAll Articles