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

Using Com+ in ASP

Status
Not open for further replies.

earme

Programmer
Jul 27, 2000
155
0
0
US
Hello,

I'm having problems with Crystal Reports on Windows 2000 and was told to use a COM+ component. However, I have no idea how to use a COM+ component. So, now that I have it created, how do I implement it?

Thanks,
Earme
 

If you have the COM+ (.dll), you need to install it in the MTS (Administration Tools/Component Services), creating first the application.

In the asp:

dim xpto
xpto = Server.CreateObject("YourCOM")

good luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top