In the code you will see that I am assigning a domain, username, and password to the ProcessStartInfo object. That user does have rights to access anything on the server. If I run it without passing the username and password, I do receive an error that the user does not have the rights to access the file, When I do pass the username and password I don't receive the "no accees" error, I receive the "Faulting Application" error above.
Main Topics
Browse All Topics





by: DropZonePosted on 2009-02-12 at 06:36:18ID: 23622310
You are attempting to run "cmd.exe" on the Windows 2008 Server, which may be locked-down. You need to grant access to the IIS account that is executing your web application to run the "cmd.exe" shell.
om/default .aspx/kb/3 11481
This article explains what you need to do:
http://support.microsoft.c
-dZ.