Guest Mha Posted December 8, 2007 Posted December 8, 2007 We have some .net web services running on Win2003 Web edition IIS. From time to time we get from a Perl script that is contacting web services on this IIS server some time out. Checking network connectivity and other HW issues we found no problems, so there must be some kind of a problem on IIS that is running this web service. How can we approach to this problem and try to figure it out what could cause this timeouts? Thank you in advance. Regards,Miha
Guest Tiago Halm Posted December 8, 2007 Posted December 8, 2007 Re: IIS timeout When the request is taking too long, do an iisdump.exe on the AppPool in question (or set adplus.vbs or DebugDiag.exe to generate a dump after a specific timeout). Afterwords, analyse it through DebugDiag. Tiago Halm "Mha" <miha.bernik@email.si> wrote in message news:eFF2p2YOIHA.5160@TK2MSFTNGP05.phx.gbl... > We have some .net web services running on Win2003 Web edition IIS. From > time to time we get from a Perl script that is contacting web services on > this IIS server some time out. Checking network connectivity and other HW > issues we found no problems, so there must be some kind of a problem on > IIS that is running this web service. > > How can we approach to this problem and try to figure it out what could > cause this timeouts? > > Thank you in advance. > > Regards,Miha > >
Guest Miha Posted December 9, 2007 Posted December 9, 2007 Re: IIS timeout Thanks. I'll give it a try. Regards, Miha "Tiago Halm" <thalm@nospam.hotmail.com> wrote in message news:%23B0onNcOIHA.2376@TK2MSFTNGP02.phx.gbl... > When the request is taking too long, do an iisdump.exe on the AppPool in > question (or set adplus.vbs or DebugDiag.exe to generate a dump after a > specific timeout). Afterwords, analyse it through DebugDiag. > > Tiago Halm > > "Mha" <miha.bernik@email.si> wrote in message > news:eFF2p2YOIHA.5160@TK2MSFTNGP05.phx.gbl... >> We have some .net web services running on Win2003 Web edition IIS. From >> time to time we get from a Perl script that is contacting web services on >> this IIS server some time out. Checking network connectivity and other HW >> issues we found no problems, so there must be some kind of a problem on >> IIS that is running this web service. >> >> How can we approach to this problem and try to figure it out what could >> cause this timeouts? >> >> Thank you in advance. >> >> Regards,Miha >> >> > >
Recommended Posts