Error accessing ASP Page: Requested Resource in use

Asked By 200 points N/A Posted on -
qa-featured

Hi all Guys

Here I am getting the following error message, I received it every time I access an ASP Page

Error

The requested resource is in use.

I tried to know what is the reason of this error, but I can’t reach any solution.

I have tried check and uncheck the Cache ISAPI extensions.
The web server can serve up HTML pages and images. The problem is with the
ASP/ ASPX pages.
Did anyone see this error before and know the reason of this error ?

If so please tell me what can I do to stop this error from appearance
Any help will be much appreciated.

SHARE
Answered By 0 points N/A #126933

Error accessing ASP Page: Requested Resource in use

qa-featured

It is a common error in Windows specially those who do not get updates in Windows, IIS and ASP. But if you where fully updated you won’t be receiving this kind of error. Updating or changing your Operating System to an updated one can fix this issue.

Turning on the Windows Features will help it solve its problem.

  • Click Start.
  • Click Control Panel.
  • Click Programs.
  • And then click Turn Windows Features on or off.
  • Browse for Application Development Features and double click it.
  • Put a check in .NET Extensibility, ASP, ASP.NET, CGI, ISAPI Extensions, ISAPI Filters and Server-Side Includes
  • Click OK.

Wait for the download to finish and you can access you ASP page normally.

Related Questions