Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel

前端 未结 14 620
挽巷
挽巷 2020-12-04 07:37

I\'m running my Web Project in IIS.

It is a 4.0 Framework APP.

I have a Service.svc and I get this error when I run my Application.

\"

14条回答
  •  再見小時候
    2020-12-04 08:25

    Ok, finally got it.

    Change this line in %windir%\System32\inetsrv\Config\ApplicationHost.config

    
    

    To

    
    

    If this is not enough

    Add this following line to the Web.config

    
      
    
    

提交回复
热议问题