unhandled security exception when flash try to post dato to my asp.net mvc application
问题 I'm building an action that basically handles receiving post data from a flash app, but when the flash make the post (with a long xml string) its seem like mvc frakework block the post and i get the folowing outputs: Response headers: POST http://mysite.com/mycontroller 302 Found GET http://mysite.com/Error/Generic?aspxerrorpath=/mycontroller 200 OK Event Viewer: Event message: An unhandled security exception has occurred. I have tried : On my controller [AcceptVerbs(HttpVerbs.Post),