G
Grishagin Alexander V.
Help needed!
I can't run other application (for ex., c:\pr
files\app.exe) from code of my Web Service. The following
code doesn't work in WebService, but gratly work in
WinForms app:
{
....
System.Diagnostics.Process.Start("c:\\pr
files\\app.exe");
....
}
How can i do that?
Is it a IIS security polycy?
Or what?
Thanks if any answers'll be sent to my e-mail
(e-mail address removed)
I can't run other application (for ex., c:\pr
files\app.exe) from code of my Web Service. The following
code doesn't work in WebService, but gratly work in
WinForms app:
{
....
System.Diagnostics.Process.Start("c:\\pr
files\\app.exe");
....
}
How can i do that?
Is it a IIS security polycy?
Or what?
Thanks if any answers'll be sent to my e-mail
(e-mail address removed)