Anyone have a ADO.net Data Service example?

Discussion in 'ASP.NET / ASP.NET Core' started by rdlecler, Mar 21, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a ADO.net Data Service running in VS2008, but I can't get it to work once I publish it to DASP. I'v implemented a CustomHostFactory, I've changed the markup in the .svc file, I've added the baseAddressPrefix to the web.config file, and I disabled "basic" authorization (leaving annonymous authorization enabled) to get rid of the multiple authentication error. Now I just get a 400 Error ("The server encounter an error processing the request...").

    If anyone has an example I would love to see it. You would be a life saver.

    Thanks,
    RDL
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    what is the exact error? post the url to the page if you wish.
     
  3. Hi Bruce, I managed to (FINALLY) fix my problem. I'll post a solution.

    Thanks for responding though.

    Best,
    RDL
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    WCF is a real pain!!! Glad you got that working!
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page