0

I have a new asp.net (4.0) project and I am trying to make a binary POST request from a flash script. From fiddler I can see the the header is well formed but the request results in a 500 message. Is there anything I need to add/remove anything from a standard web.config to get this working?

5

2 Answers 2

1

Base-64 encode the binary data. This is the typical way to transmit binary data via text.

Sign up to request clarification or add additional context in comments.

Comments

0

The Windows application log should have the detailed exception. I would look there first. If that doesn't illuminate the problem, then a few things come to mind.

Set maxRequestLength in your web.config to a number that is definitely larger than the request you are making. (see http://msdn.microsoft.com/en-us/library/e1f13641.aspx).

Also, check the MIME type of the request.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.