Search code examples
c#.netwcf-data-servicescassini

Host ADO.NET Data Service on Cassini


We need to run ADO.NET Data services without using III. I see cassini is the right option but how to host a ADO.NET Data service in Cassini.. I couldn't find any example.


Solution

  • Is there a reason you want it in Cassini? You can self host an ADO.Net Data Service in a normal app, service etc. without IIS. Some details on my blog if you're interested.