Link to home
Start Free TrialLog in
Avatar of dvcom
dvcom

asked on

IIS Error Log File showing Reason Phrase 'Connection_Dropped'

I am facing some abnormal behaviour in ASP.NET web Application with Oracle 9i at backend. A single save event some time inserts multiple record in database. On investigating i found  following entry in IIS error Log file of Web Server hosting this Application.

2006-05-06 14:42:33 'IP' 2891 'IP' 7878 HTTP/1.1 POST ABC.aspx - 1 Connection_Dropped DefaultAppPool

i am not able to find the meaning of 'Connection_Dropped' error Reason.

Can please any one tell me, if there is some other reason for inserting multiple record in database on a single save event. we are using Oracle .Net Client for data access purpose.

Thanks
Avatar of dnojcd
dnojcd
Flag of United States of America image

Which version of IIS are you using there? In case fo IIS 6 are you using the deafult application pool for all the application. Can you find anything in the event logs.The above error i think you got it form HTTPerr log file.

Have you done any upgrade to the web server recently. In one of the forum i had found that when they migrated from 2000 server to 2003 these kind of errors used to come up

Another forum  in the case of asp the solution was given to re-instll the IIS :-)
http://www.issociate.de/board/post/230815/Problem_with_ASP_pages.html.

or if you are vey patient you can download Debugdiag a tool from microsoft and analyse the reason for the crash.
Avatar of dvcom
dvcom

ASKER


I am using IIS 6, and only running one application on the web server. There is nothing special in event Log file. Also please send the exact debug tool name required to analyze the reason of crash.

Main problem is, what is the Meaning of 'Connection_Dropped' in http error log file record mentioned previously.

thanks
ASKER CERTIFIED SOLUTION
Avatar of dnojcd
dnojcd
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial