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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Port COM to Production server ?

Status
Not open for further replies.

RushiShroff

Programmer
Jan 23, 2002
216
0
0
IN
Hey,
As microsoft suggests,I have seperated atleast data access
from Presentation control(ASP) so developed one COM component(Got it from dougdean.com) and defined data access code into that.

Now I want to upload my app to production server.Through cute FTP I can upload all ASP files but how can register dll
on the main ?

Should I have to inform my hoisting service ?

Regards,
Rushi@emqube.com
 
Howdy,

A COM object needs to be registred (has to have an entry in the Registry) on the computer it needs to run on. The code in an ASP page is run on the server, so the COM object needs to be registred on the server. Only when you're behind a console of this server you can register the object.

In short: Yes, you need to contact your hosting service to register the COM object.

Greetz,
Kees
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top