| |
 |
|
AdComplete.com, LLC
Celebration, Florida 34747
407-385-0042 Phone |
|
|
| |
|
|
| |
>>
The request filtering module is configured to deny a request that
exceeds the request content length (IIS 7)
|
|
|
| |
|
>>
The request filtering module is configured to deny a request that
exceeds the request content length (IIS 7) |
|
When trying to upload large
files including the Geo-Targeting data you may get the above
error. To overcome this error add the code below to the
/admin/web.config file:
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="100000000" />
</requestFiltering>
</security>
</system.webServer>
|
|
|
|
|
|
| |
|
|
| |
|
|