Blank Page when large POST and SSL and ASP.NET

J

Jens Mehl

Hi folks,

our environment: Win 2003, IIS 6, SSL, ASP.NET Framework 1.1

Szenario 1:
get a large page (about 1.5 MB) from asp.net with SSL/https
the viewstate data within this page is about 800 KB
do a post
--> everything works fine ;-)

Szenario 2:
do this simultan with about 3 to 5 pages (do the post about every 1 second)
--> you will get a blank page on most pages ;-(

Szenario 3:
do this simultan with about 3 to 5 pages (do the post about every 1 second)
now WITHOUT SSL/https only with http
--> everything works fine ;-)

I guess there is a problem with SSL....

Background:
IIS logfile lists the 5 posts like this:
2003-08-21 08:40:25 10.1.1.15 POST /xxx/yyy/default.aspx - 443 - 10.1.1.114
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.0.3705;+.NET+C
LR+1.1.4322) 413 0 0 143 796 0

I included an eventlog in my default.aspx page and in
Application_BeginRequest. The event is logged when no blank page is shown.

So the data isn´t forwarded from IIS to ASP.NET.

Any solution?

Kindest regards

Jens
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top