Error message when you try to view an ASP Web page that is hosted on IIS 6.0 or on IIS 5.0: "HTTP 500: Internal Server Error" or "The requested resource is in use" (920722)
The information in this article applies to:
- Microsoft Internet Information Services 6.0
- Microsoft Internet Information Services 5.0
SYMPTOMSWhen you try to view a Microsoft Active Server Pages (ASP) Web page that is hosted on Microsoft Internet Information Services (IIS) 6.0 or on Microsoft Internet Information Services (IIS) 5.0, you may receive an error message that resembles one of the following messages: HTTP 500: Internal Server Error The requested resource is in use RPC server is unavailable CAUSEThis issue may occur if one or more of the following files is not registered correctly: - Asp.dll
- Vbscript.dll
- Jscript.dll
RESOLUTIONTo resolve this issue, register the files that are listed in the "Cause" section. To do this, follow these steps: - Click Start, click Run, type regsvr32 %systemroot%\system32\inetsrv\asp.dll, and then click OK.
- Click Start, click Run, type regsvr32 %systemroot%\system32\oleaut.dll, and then click OK.
- Click Start, click Run, type regsvr32 %systemroot%\system32\vbscript.dll, and then click OK.
- Note If the ASP Web page does not contain Jscript code, go to step 5.
Click Start, click Run, type regsvr32 %systemroot%\system32\jscript.dll, and then click OK. - Click Start, click Run, type iisreset, and then click OK.
Modification Type: | Minor | Last Reviewed: | 8/16/2006 |
---|
Keywords: | kbtshoot kberrmsg kbprb KB920722 kbAudDeveloper kbAudITPRO |
---|
|