I have an HTTPS ASPX based web site that is generating out of memory errors under load. The errors seem to coincide with what shows in the event log as a series of the same URL repeated many times such as https://servername/virtual/aspxpage.aspx?param1=data1¶m2=data2https://servername/virtual/aspxpage.aspx?param1=data1¶m2=data2https://servername/virtual/aspxpage.aspx?param1=data1¶m2=data2https://servername/virtual/aspxpage.aspx?param1=data1¶m2=data2https://servername/virtual/aspxpage.aspx?param1=data1¶m2=data2https://servername/virtual/aspxpage.aspx?param1=data1¶m2=data2 etc. The end result is greater than 16,000 characters of URL attempting to be passed to the web server.
Environment: IIS6, Windows Server 2003, IE6