So I have reached the testing phase of the anti CSRF / CSS / SQL Injection fixes for a classic ASP web application at work. Luckily it didn’t take me long enough to learn the language. My machine will be used for quality assurance purposes. I have encountered an error regarding the number of simultaneous connections made to my local IIS webserver while running OWASP CSRFTester Project.
The fix is simple; just increase the number of simultaneous connections for IIS using the command below:
Assuming your PWD is inetpub\adminscripts
cscript adsutil.vbs set w3svc/MaxConnections 40 iisreset
No comments:
Post a Comment