Possible Duplicate:
Consuming REST based web services in .Net
I have the project of asp.net MVC, and my partner works on RESTFUL web service. Then I'm the one who post the JSON data to the web service. But I never work with posting data to web service. Could anyone give me any idea of how to posting JSON data to Restful using asp.net mvc 3.0.
Thanks for any help anyone can give me!