.net - C# process.start not working on iis -


i'm trying run exe parameters web application.

i'm using process.start() not seem run on iis!

it works fine when running iis express. i'm publishing application local iis test nothing.

i've tried setting iis admin service enable interactions desktop , ive told iis connect user credentials , set application pool use same user credentials still nothing works!

is there else can advise working!

cheers.

update

i got iis run process setting application pool identity local system , double checking credentials site.

but expected applications not interact desktop, creating file command line simple, running application parameters not have application open.

at moment iis admin service has interact desktop checked , using local system account.

ok isn't answer in end got process.start work setting application pool identity local system.

but expected commands not interact desktop, enough application needs do.

sorry poor answer.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -