Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,

I am working on IIS Profiling using COM. This process creates a COM object.

If the profiler runs under the 'Local System' account everything works fine, but if the profiler runs under the 'Network Service' account, the external process starts up but it fails to create the COM object.

The error returned from the COM object creation is not a standard COM error (I think it's specific to the COM object being created).

So, how do I determine how the two accounts, 'Local System' and 'Network Service' differ?

Need to know, how other account will work.

Regards
saurabh
Posted
Updated 9-Oct-12 1:41am
v2
Comments
[no name] 9-Oct-12 7:37am    
Sorry my bad. Local System and Network service are not "mysterious". Look them up in MSDN.
Argonia 19-Oct-12 9:23am    
What kind of error do you get ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900