System.Diagnostics.Process.Start not work with IIS, but on ASP.NET Development Server
Posted
by subbu
on Stack Overflow
See other posts from Stack Overflow
or by subbu
Published on 2010-05-11T10:24:41Z
Indexed on
2010/05/11
12:34 UTC
Read the original article
Hit count: 293
I am using VS2008 C# and testing on my local XP Pro PC with local IIS, I have wrote a web service to call a third party software .exe file to use svn checkout commands to insert data into a folder, which use System.Diagnostics.Process.Start . The same codes did work when I use VS2008 build-in ASP.NET Development Server(http://localhost:2999/MyServices/MyServices.asmx). but when I use IIS normal URL(http://developer/MyServices/MyServices.asmx) to run Process.Start on the web service, it just haunlted and not doing anything.plz send one sample program.
© Stack Overflow or respective owner