Is it possible to create a REST web service using ASP.NET 2.0? The articles and blog entries I am finding all seem to indicate that ASP.NET 3.5 with WCF is required to crea
You can do RESTful web services easily by implementing the spec using IHTTPHandlers.