Executing exe

  • Thread starter Thread starter Yoshitha
  • Start date Start date
Y

Yoshitha

Hi
I wrote the following code to run the exe file in my web application

System.Diagnostics.Process.Start("E:\Projects\Encrypt-Decrypt\bin\WindowsApp
lication1.exe")

and it is running successfully in windows 2000 professional , but the same
code is not working in windows server 2003.

can anybody tell me how to solve this problem.

Thanx in advance

Yoshitha
 
Looks like a permissions problem.

Which account is that process running as ?



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top