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!

Process.Start from web app

Status
Not open for further replies.

mecoder

Programmer
Feb 24, 2005
3
0
0
US
I need to kick off an executable from ASP.NET web application. I tried using Process.Start("c:\myexe.exe") and I am getting 'Access Denied'. I tried to add IUSR and ASPNET in admin group. What kind of access do I need to give?
 
The ASPNET account (or Network Service for W2k3) needs to have access to the folder the exe is in.

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
That helped - actually myexe was writing to a file on network and did not have access to it. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top