IIS Does max 300 Requests?

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
Hey, so I have a bunch of clothing and when I open up network tab while they load, (cleared client logs like habbo.swf etc) it only does 300 requests. Only upto hats they load and nothing more.I think thats something causing with IIS but I could not find a solution.Any clues?

Thanks.
 

olliedean

ollie.cool
Jan 28, 2013
433
107
I'm anything but good with IIS, but I guess you could give this a try?
appcmd set config /section:requestfiltering /allowhighbitcharacters:true
appcmd set config /section:requestfiltering /allowdoubleescaping:true
appcmd set config /section:requestfiltering /requestlimits.maxallowedcontentlength:30000000

All in the Request Filtering section of IIS, should be pretty easy to work through.
I'm not even sure if that'd work.


DjA4o_UySNaIiUK1oRTbsQ.png
 
Last edited:

Users who are viewing this thread

Top