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
agris@mail.nnov.ru
Arthur Nesterovsky - 30 Sep 2003 11:56 GMT
Hi,
> Is it a IIS security polycy?
> Or what?
This is ASPNET user rights restriction.
Try to grant access on the folder where your exe-file stored
to this user account.
Also take a look at the following topic in MSDN
"ASP.NET Impersonation".

Signature
______________________________
With best wishes, Arthur Nesterovsky
Please visit my home page:
http://www.nesterovsky-bros.com