i'd wish to view the error i'm receiving when i'm trying to run an exe on the server that writes a file to the server.
where i'm getting hung up is if i don't have rights to the exe from the aspnet user, or if i don't have write access to the folder where the file will be written.
i'm also using forms authenication identity impersonation.
or is there a better way to execute a commandshell than system.diagnostics.process?
Thanks,
where i'm getting hung up is if i don't have rights to the exe from the aspnet user, or if i don't have write access to the folder where the file will be written.
i'm also using forms authenication identity impersonation.
or is there a better way to execute a commandshell than system.diagnostics.process?
Thanks,