我将以前发布的应用程序从IIS-6移动到新windows server 2012R2上的IIS-8
新的应用程序给我下面的错误。
Server Error in Application "application name"
HTTP Error 500.19 – Internal Server Error
HRESULT: 0x8007000d
Description of HRESULT
The requested page cannot be accessed because the related configuration data for the page is invalid.有人能指导我如何解决这个错误吗?
发布于 2015-04-21 13:59:08
我通过将应用程序池CLR版本从4.*更改为2.*解决了这个问题,因为它是在以前版本的.net框架中编写的。
https://stackoverflow.com/questions/29747620
复制相似问题