We have a WCF service (.svc) defined in a class library(dll) as embedded resource. It was working proper earlier, we have not done any changes to the application.
Today my machine got upgraded to 8.1 and now I am facing following issue with embedded resource particularly svc.
We moved the build to other machine it is working but only not on my machine and other Win 8.1. URL which is getting generated is as follows :
/App_Dynamic_Resource/MyDLL,com.org.namespace.Service.MyService.svc
Same url was getting generated earlier and now on other machines as well, but not working on 8.1.
I further checked and it is not getting hosted altogether. Embedded JS, CSS are getting hosted, Normal SVC are working fine.
Thanks,
Durgesh Chaudhary.