To access COM+ components without any problem you need to be inside the
domain, if you are outside the domain you need to implement the COM+
fallback authentication, this means you need to create two identical users
with same passwords in both servers: web and app server, and impersonate
with this user in the web application and the COM+ component
Daniel Carbajal
Microsoft MVP
> I have this win2003 server and i have put some com components on it in
> component services.
[quoted text clipped - 7 lines]
>
> thanks