Hi,
Classic ASP page file upload with ADORecordSet.Update with form enctype='Multipart/Formdata' works well with IIS 6.0 but On IIS 7.5 browser waits indefinitely waiting for response also application hangs. All other sessions after file upload in one session (user) will stop working.
VBScript.dll version 5.8.7601.19104 is installed on windows server 2008 R2 Enterprise edition with Service pack 1.
The file gets stored into database, but no response. To make application work we need to recycle the application pool, restart windows process activation services every time.
Application is running on a separate application pool with
Enable 32 bit applications True.
.Net framework version No managed Closed.
Managed Pipleline mode Classic.
Identity Application Pool identity
Authetication winodws integrated authetication
Tried with Ping Enabled to False, increased MaxRequestEntityAllowed 9437184, shutdown time limit increased to 90 to 600. There is luck.
Administrative events logs below messgages
A worker process '1888' serving application pool 'Classic ASP' failed to stop a listener channel for protocol 'http' in the allotted time. The data field contains the error number 5138.
A process serving application pool 'Classic ASP' exceeded time limits during shut down. The process id was '3976'.
Looks for it is problem with IIS 7.5. Tried various configurations on Application Pool and ASP settings without any luck.
Thanks in advance for your help