Thursday, May 29, 2008

Syndication on WCF

In dotnet 3.5 has added several new things. one of those syndication. The System.ServiceModel.web has several class that you can use to expose the ATOM and RSS feed.

Restart Http Service using Command prompt

Step1: open run commmand in windows
step2: type "net start http"
step3: end