How to set the maxAllowedContentLength to 500MB while running on IIS7?

DutchOwnage

New Member
I changed the maxAllowedContentLength to \[code\]<security> <requestFiltering> <requestLimits maxAllowedContentLength="5024000000" /> </requestFiltering></security>\[/code\]In my web.config, but when running on IIS7 I get this error:\[quote\] The 'maxAllowedContentLength' attribute is invalid. Not a valid unsigned integer\[/quote\]
u1ZFe.jpg
but when I run in the VS server it run normally without any errors.How to config my website to allow upload files with 500MB size, without this problem on IIS7?
 
Top