Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_discuss thread: Re: IIS 5 - Requested Resource Is In Use


Message #1 by "Stephen Balkum" <balkum@z...> on Thu, 16 Aug 2001 16:29:53
Stuart,



This exact same problem is now happening to me.  Did you find a solution 

other than rebuilding?



-Stephen



> Hi, I've got a serious problem with IIS 5 on Win2k service pack 2.

> 

> All of a sudden it does not process ASP pages.  I get a message stating 

that

> "The requested resource is in use."

> 

> I have removed, reinstalled IIS and the message still appears.  There 

are no

> entries written to the Event Log either.

> 

> I've used FileMon from www.sysinternals.com to look for conflicts but

> nothing there either.

> 

> I've followed the advice on MSDN about caching of ISAPI applications - no

> luck!

> 

> Other requests for HTML or GIF files work okay.

> 

> Really pulling my hair out with this one!  Really want to avoid 

formatting

> and reinstalling Win2K but may not have much choice.

> 

> Has anyone else come across this problem and if so how did you fix it?

> 

> Regards

> 

> Stuart Pittaway

> 

Message #2 by "Craig Flannigan" <ckf@k...> on Fri, 17 Aug 2001 08:18:28 +0100
Not sure if it's applicable to IIS5, but the solution to this problem when

hosting on IIS4 was this ...



This error occurs if the "Cache ISAPI Application" option of IIS4 has been

modified. In Application Mappings there is a checkbox for the Cache ISAPI

Applications option. If the Cache ISAPI Applications option is deselected,

IIS 4.0 does not cache ISAPI applications. All ISAPI applications are loaded

and unloaded from IIS 4.0 memory immediately after the ISAPI application is

executed on the server--including ASP. Set this option to the default value

(cache enabled). If necessary, restart your Web server and it should work

fine.







Hope this helps,

Craig.





-----Original Message-----

From: Stephen Balkum [mailto:balkum@z...]

Sent: Thursday 16 August 2001 16:30

To: asp_discuss

Subject: [asp_discuss] Re: IIS 5 - Requested Resource Is In Use





Stuart,



This exact same problem is now happening to me.  Did you find a solution

other than rebuilding?



-Stephen



> Hi, I've got a serious problem with IIS 5 on Win2k service pack 2.

>

> All of a sudden it does not process ASP pages.  I get a message stating

that

> "The requested resource is in use."

>

> I have removed, reinstalled IIS and the message still appears.  There

are no

> entries written to the Event Log either.

>

> I've used FileMon from www.sysinternals.com to look for conflicts but

> nothing there either.

>

> I've followed the advice on MSDN about caching of ISAPI applications - no

> luck!

>

> Other requests for HTML or GIF files work okay.

>

> Really pulling my hair out with this one!  Really want to avoid

formatting

> and reinstalling Win2K but may not have much choice.

>

> Has anyone else come across this problem and if so how did you fix it?

>

> Regards

>

> Stuart Pittaway


  Return to Index