BOOK: ASP.NET MVC Website Programming Problem Design Solution ISBN: 9780470410950
This is the forum to discuss the Wrox book ASP.NET MVC Website Programming Problem Design Solution by Nicholas Berardi, Al Katawazi, and Marco Bellinaso; ISBN: 9780470410950
You are currently viewing the BOOK: ASP.NET MVC Website Programming Problem Design Solution ISBN: 9780470410950 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Chapt 5 of MVC Website Programming Problem Design Solution Service, HttpPostOnly
Trying to work out all the issue in this chpter without using the Fussion DLLs, all workd so far except the [Service, GttpPostOnly], tried changing to [ActionVerbs(HttpVerbs.Delete), not sure what this will do but not getting a error.
I looked at the serviceAttribute class and it seems to be doing what I want, but when I tried it I had a problem with ResponseType, this seems to be missing or I'm missing a namespace.
OK I found this it's an enum, not a problem thanks
Last edited by tedr; January 22nd, 2010 at 05:30 PM..