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!

intanciate a component with ASP.

Status
Not open for further replies.

RimK

Programmer
Feb 23, 2001
10
0
0
FR
I'm starting with COM+ using ASP and IIS 5 .
I want to implement IIS and MTS on different machines just to increase server performance.
How can I intanciate a remote component with ASP ?

any help will be appreciated.

Rim.

 
u dont need any special feature to instantiate a component in MTS which is different from IIS server.


If if u want to instantiate a remote component with ASP see to that

1. while creating the component u check remote server files in project properties ,run dcomcnfg and click on default tab set enable distributed com in the system where component resides (SERVER)

2. run dcomcnfg in the iis server and set the component system (SERVER) ip address.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top