WCF, Service attribute value in the ServiceHost directive could not be found

后端 未结 22 1624
自闭症患者
自闭症患者 2020-12-04 17:19

I\'m trying to host my service with IIS 6 but I keep get this exception.

    Server Error in \'/WebServices\' Application.
----------------------------------         


        
22条回答
  •  抹茶落季
    2020-12-04 18:11

    I faced with this error today, reason was; IIS user doesn't have permission to reach to the application folder. I gave the read permissions to the app root folder.

提交回复
热议问题