Hey there

I'm in the process of testing my site to move it to a IIS 5 machine running Windows 2000 Professional sp1.

On the IIS4 NT4 SP6 machine it works fine, but as soon as I try it on the IIS5 I get a error:

Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object
/index.asp, line 66

This line of code that gives the problem:

(66)Set oMyObject = Server.CreateObject("Web_Login.clsHeadline")
(67) varReturn = oMyObject.Get_Rates()
(68) if varReturn = True then
(69) Response.Write "<b>$</b></td><td> " & oMyObject.Dollar & "<br></td><tr><td>"

If anyone can help .. please!

Thanks