Can not run ASP pages on IIS 6.0
If all of a sudden you can not run VBScript based ASP pages on IIS 6.0 server, it is quite likely the file VBSscript.dll is not registered correctly. You will need to run regsvr32 %systemroot%\system32\VBScript.dll to recover.
For details, please refer to:
http://support.microsoft.com/kb/920722/EN-US/
|