Author: bradlamx | Posted on: 10/14/2004 12:13:39 PM | Views : 860

I have been coding simple ASP.NET pages for quite a while, but this problem is stumping me. I have a page that is almost purely HTML except for a few ASP.NET buttons and labels - as you can see in the code below.

Problem:

When I click on a button (that is not set up to do anything) or hit refresh, the page reloads twice at a normal rate and then the third time (and everytime therafter) it takes about 40 seconds to reload. On the first two reloads, some of the images don't always show up (blank placeholders) and sometimes they show a broken link placeholder. If I refresh the page too many times (10 or so) I get: HTTP 403.9 - Access Forbidden: Too many users are connected
Internet Information Services

When I click on a button that has a response.redirect, it takes 40 seconds to load the page even if it is the first button I have clicked. One of the buttons points to a page that I have not yet created and clicking that butto ...

Go to the complete details ...