I just built a asp.net 2.0 web site. Now I need add REST web service so I can communicate with another web application. I\'ve worked with 2 SOAP web service project before,
REST, or RESTFUL Adding this to the System.Web in web.config will enable http get, and put.. aka REST-Like... but not full rest.