I changed PC / Windows (XP -> 7) so IIS (6 -> 7,5) and trying to move my website
But I can\'t run my site from this server . . . error :
For me it was a fresh NetCore application that was just not loading via IIS. When run standalone it was OK though.
I removed the
The error message 0x8007000d actually says that the web.config is malformed and that error shows up before the error loading module making this error message really crap. (and an unfortunate race condition problem)
I installed the NetCoreSDK and stopped and started IIS (restart didnt work)
The NetCore API started working via IIS as expected.