I am trying to call a POST operation from Silverlight. My post is handled by an MVC3 controller, which returns a Redirect once it's finished processing the POST data. I use the HttpWebRequest object and everything works fine.I am trying to call a POST operation from Silve