Hi,
I'm trying to implement a "restful" application using ASP .NET 3.5 but it seems that I need to use MVC .NET. Is that the only solution?
For instance, I would like something like:
/api/nab/(version)/(slug)
I'll be happy to know how you manage to do that.