Previous Next

Thread: My IIS hangs anytime i make a request to a webservice on the system

Last post 08-15-2008 1:14 PM by jabailo. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 08-13-2008, 9:43 AM

    My IIS hangs anytime i make a request to a webservice on the system

    I have a Windows Server 2003 system that serve as a remote server for an application. if i

    make the server a domain controller and makes request from my application to the web service, it works just fine...but when i demote it from a domain controller to an ordinary server on the network, the IIS stops responding once the application makes a request to it....and i have to restart the IIS before it works again...is there any solution to the problem???
  • 08-14-2008, 2:52 PM In reply to

    • jabailo
    • Top 200 Contributor
    • Joined on 11-12-2007, 3:17 PM
    • Posts 18

    Re: My IIS hangs anytime i make a request to a webservice on the system

    Could you be having trouble with the anonymous (IUSR) account under which your web service is running?

     Do you have other standard web pages that you can run to confirm that the entire IIS is shut down?


     

    John Bailo
  • 08-15-2008, 5:58 AM In reply to

    Re: My IIS hangs anytime i make a request to a webservice on the system

     yeah...after it hangs and i try opening another web page it doesn't open...sometimes it times out while other times it just takes forever without opening...

  • 08-15-2008, 1:14 PM In reply to

    • jabailo
    • Top 200 Contributor
    • Joined on 11-12-2007, 3:17 PM
    • Posts 18

    Re: My IIS hangs anytime i make a request to a webservice on the system

    Could also be some method your running (IO?) where IUSR_ doesn't have sufficient permissions.

    You might want to set up Tracing into a log to see how far your webservice gets before the hanging starts.   Put a bunch of Debug.Writelines in

     Also, perfmon to see what ASP.NET resources are being consumed (threads, CPU) causing the hang...

    John Bailo
Page 1 of 1 (4 items)
Page view counter