Error!
Success!

Things you can do with WCF RIA Services and a regular .svc file

0
kicks

Things you can do with WCF RIA Services and a regular .svc file  (Unpublished)

Introduction Let's say you create a new DomainService called TasksDomainService and host this service in an ASP.NET website. The HttpModule DomainServiceModule will make sure you can access this service as if a physical .svc file was present on the webserver. It will take the namespace and the class name (in my case Sandworks.Silverlight.nTier.Services and TasksDomainService), combine them and append ".svc". In my case I could access the service via: http://localhost:9346/Sandworks-Silverlight-nTier-Services-TasksDomainService.svc


Kicked By:
Drop Kicked By: