Dears...
I've used a dll (which is created in
vb) in my asp application.
the dllname is customerRegis and the class name is customer
i registered that dll on the machine where the application is running using regsvr32 <pathname>
so i've used the statement in asp as
set objcust=server.createobject("customerRegis.custome r")
and Its Working!... but after... i do changes in my class module and make dll by overwritting the existing dll..and then unregister and register that dll.
now I got an error as ASP 0177 (0x800401F3) Invalid ProgId
pls..guide me..
Yours,
Saran