Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP page not running on IIS

Status
Not open for further replies.

anpfire

Programmer
Oct 8, 2003
22
CA
Hi,
I have been running an IIS server on a PC with Windows 2000 Operating System. I also had ASP pages that were running absolutely fine on it.
But I now tried to create an IIS server on another PC (that has Windows XP) with the same ASP pages and it does not work. I get this error:

Active Server Pages, ASP 0134 (0x80004005)
The object has an invalid ProgID of 'MSWC.MyInfo'.
//global.asa, line 1

I have exactly the same files on both the 2000 and XP machines. I also followed the same steps in creating the IIS server, but the ASP page on the XP machine does not load up. Does anyone know what could be wrong? I appreciate any suggestions
Anoop.
 
An invalid progID means the "IISSample.LookupTable" component isn't registered on your server, or your web server doesn't have any permission to use it if it is registered.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top