Skip to content

Instantly share code, notes, and snippets.

View souzagustavo's full-sized avatar
🎯
Focusing

Gustavo Souza souzagustavo

🎯
Focusing
  • Superdigital
  • São Paulo, BR
View GitHub Profile
@souzagustavo
souzagustavo / SetApiMaxContentLengthUpload.xml
Created August 31, 2018 14:43 — forked from lfgrando/SetApiMaxContentLengthUpload.xml
API Upload Limit Size to 1gb at Web.config. It seems it doesn't work at all IIS's. Looks like not working at IIS Express.
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1073741824" />
</requestFiltering>
</security>
</system.webServer>
using Microsoft.ServiceBus.Messaging;
using System;
using System.Configuration;
namespace RecoverDeadLetterQueuesGeneric
{
class Program
{
static void Main(string[] args)
{