Actually, any missing module can lead to this problem. In my case, it was CORS Module
. So read the web.config
and seek for any addon module that you specified in it and check that it is installed, or install it otherwise. Unfortunately, the error message does not help finding the problem at all.