WCF Data Services (OData) deployment on IIS 5.1
I have developed a WCF Data service us开发者_StackOverflowing VS 2010, I am able to run it and get the data as feed by running using VS 2010.
I published the service on IIS 5.1 but I m getting http: 404 error.
Can anyone help to deploy the service on IIS 5.1 step by step?
I found a bit on it here.
精彩评论