I Installed IIS, patched it, blah blah, everything works, I can get to my website. After a while, though I start getting 403.9 forbidden errors cause too many people are accessing the site, even though I'm the only one accessing it. Apparently it's not closing the connections that I make. I set the timeout down to 2 seconds, but still no luck. How can I get the connections to close?
IIS 5.0 on win2k pro, using a simple static html page on port 80, with IE 6 as my browser.
IIS 5.0 on win2k pro, using a simple static html page on port 80, with IE 6 as my browser.