02-03-05 01:46 AM
Krishna,
<<
I have a .net class which moves the file from machine1 to
ma_chine2(file
mover).
This .net class is called from the Biztalk and this .net cla_ss and
biztalk are under same solution.
So to make this file moving happening I had to add biztalk u_ser to
machine1 and machine2.
I want this class to use a different user other than the biz_talk
user.
Thanks in advance....
Krishna Mohan Pothini.[vbcol=seagreen]
You'll basically will need your component to run under a different user
context, then. An easy way would be to make your .NET class a
ServicedComponent and run it inside a COM+ Server application that runs
under the user account of your choice...
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
[ Post a follow-up to this message ]
|