Link to home
Start Free TrialLog in
Avatar of heng03
heng03

asked on

ASP page run time error

I run my .asp page in my localhost as below
==>  http://localhost/ASP/simplequery1.asp
I got error message as below :-

HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

--------------------------------------------------------------------------------

Technical Information (for support personnel)

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


Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Page:
GET /ASP/simplequery1.asp

--------------------------------------------

Pls help what is the problem ?
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

from http://www.aspfaq.com/2413, which describes this error:

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

"This can happen if you try to use the default global.asa that ships with
IIS 5.1 on Windows XP. XP doesn't ship with the MSWC.MyInfo object by
default, so the best solution is to rename the global.asa so it stops
causing problems. In the default web root, you really don't need a
global.asa anyway... and if you do, it should be a lot more barebones than
that one. "
Avatar of heng03
heng03

ASKER

Hi angellll

I rename the global.asa to another name ant the problem solved.
Could the use of global.asa intruduced by the installation of .net ?

Do you know any good sit for learning ASP ? Toturial, books online ot samples.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial