Need help troubleshooting - ASP form handler dropping request.

  • Thread starter bhushan.kharabe
  • Start date
B

bhushan.kharabe

Hi,

I am web development novice. I want to upload some files to web server frommy windows application. I have written a classic asp form handler and deployed it on IIS 7(Windows 2008 Server R2). The windows application posts form to this handler and the handler saves file on the web server file system.

All is fine till the traffic is low. My files are getting saved on the server fine. But as soon as the traffic increases, some of my requests are getting dropped, that is my files are not getting saved. I have logging in my handler and that is not getting invoked. Also I do not see any log for theserequests in the W3SVC logs.

I put wireshark on the web server and monitored the network traffic. I do see that even for the requests that are being dropped, the request is reaching the web server machine. Some how it is getting dropped by IIS.

I played around with the ASP limits on IIS. Increased the timeouts, maximumrequest body limit, buffering limit etc., but to no avail. Right now it seems i have hit a wall.

As the requests are reaching the web server, I am suspecting my IIS is not properly set and is dropping some requests. Can someone please suggest me how I can proceed with the troubleshooting the issue?

Thanks in advance.

Regards,
Bhushan
 
E

Evertjan.

Bhushan wrote on 03 apr 2013 in microsoft.public.inetserver.asp.general:
I am web development novice. I want to upload some files to web server
from my windows application. I have written a classic asp form handler
and deployed it on IIS 7(Windows 2008 Server R2). The windows
application posts form to this handler and the handler saves file on
the web server file system.

All is fine till the traffic is low. My files are getting saved on the
server fine. But as soon as the traffic increases, some of my requests
are getting dropped, that is my files are not getting saved. I have
logging in my handler and that is not getting invoked. Also I do not
see any log for these requests in the W3SVC logs.

I put wireshark on the web server and monitored the network traffic. I
do see that even for the requests that are being dropped, the request
is reaching the web server machine. Some how it is getting dropped by
IIS.

I played around with the ASP limits on IIS. Increased the timeouts,
maximum request body limit, buffering limit etc., but to no avail.
Right now it seems i have hit a wall.

As the requests are reaching the web server, I am suspecting my IIS is
not properly set and is dropping some requests. Can someone please
suggest me how I can proceed with the troubleshooting the issue?

This is not an ASP but a platform [iis] issue, different NG, meseems.
 

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

Staff online

Members online

Forum statistics

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

Latest Threads

Top