TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vipul Kelkar
NA
1.9k
568.2k
Starting a remote process
Jan 26 2011 2:47 AM
Hi Guys,
Using windows impersonation i have managed to copy a file to a remote machine. However when i try to start that TXT file from the code by Process.Start method it gives me access denied error.
I have used admin credentials for impersonation and used the following code after the code to copy the file
Process
.Start(
@
\\machine_name\d$\test.txt
);
It comes out with an access denied message. Any idea how can i start a remote process WITHOUT using PSEXEC
Thanks in advance
Reply
Answers (
1
)
How photo is upload through VB.NET code
Embeding Flash File into Windows Form