Post Request not receiving any Data

I am trying to make a PostRequest from Unity that creates a new account in a database. When I run the Post Request function(click the submit button), a new Account is created in the database but all of the values are null. I am unable to get any of the data at the controller. I am sending the data as a string in Json format. Any help is appreciated.

Deploy Unity3D in Windows Azure

I’m a bit stuck with the windows Azure plateforme. For now, I have a ASP.NET MVC 3 Web role running on Azure. But I want to deploy a Unity3D Web Player Application. How can I perform this task. I think it’s quite the same if I want to deploy a flash application on a web page. Instead of a .swf file, I have a .unity3d file.
Did somebody performed some kind of thing ?