Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Base64 file sent as a parameter is too big
Message
De
23/07/2014 13:33:14
 
 
À
23/07/2014 10:09:09
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Versions des environnements
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01604405
Message ID:
01604486
Vues:
35
>After more research, I found this page as a reference:
>
>http://msdn.microsoft.com/en-ca/library/e1f13641(v=vs.85).aspx
>
>The solution was to move over the 4 MB limit of data being sent. I put maxRequestLength="204800" to cover up to 50 MB.
>
>This resolved the issue.

Interesting. So what was the actual exception type? - the docs state that WebRequest() only throws WebException exception and I would have thought that would contain : (0x80004005): Maximum request length exceeded.

BTW If you are putting such an high limit I'd suggest limiting its scope to the relevant page - and even then make it no bigger than it needs to be in practice.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform