Ask a Question related to ASP.NET General, Design and Development.
-
JTF #1
Started Process Hangs
Whenever I start an application from ASP.NET, the exe hangs, with Task
manager showing no cpu time.
Every exe I've tried hangs in the same way (notepad, cmd, ms access).
What runs is a .net exe and a .bat file, but the program they start hangs!
Same results with system.diagnostics.process and shell.
I really need help on this one... Thanks
JTF Guest
-
Acrobat 6.0 Hangs when started
Acrobat sends cpu usage to 100% and hangs on splash screen -
#21926 [NoF->WFx]: Apache process hangs
ID: 21926 Updated by: sniper@php.net Reported By: arinto at almedina dot net -Status: No Feedback +Status: ... -
#21926 [Com]: Apache process hangs
ID: 21926 Comment by: huberfelix at web dot de Reported By: arinto at almedina dot net Status: No Feedback Bug... -
#21926 [Opn->Fbk]: Apache process hangs
ID: 21926 Updated by: iliaa@php.net Reported By: arinto at almedina dot net -Status: Open +Status: ... -
Can't reinstall Photoshop - process hangs
I've been trying to reinstall photoshop 5.5 . It has been working until now, then just got hung when I tried to launch it. It refused to launch (just... -
Steve C. Orr, MCSD #2
Re: Started Process Hangs
System.Diagnostics.Process should work for command line apps.
Apps that display UI will generally not work, because ASP.NET does not have
a desktop to run under.
To give it access to a desktop, thereby allowing most apps to run, try this:
Go into control panel, administrative tools, services.
Find all the WWW related services and, in their properties, check the
checkbox that says "Allow Service to Interact with Desktop"
Also, make sure the ASPNET user account has the necessary permissions to the
program's folder and any other folders that that program uses.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
Developer for Hire
"JTF" <john_finley@amsec.com> wrote in message
news:uk6cGyGYDHA.736@TK2MSFTNGP09.phx.gbl...> Whenever I start an application from ASP.NET, the exe hangs, with Task
> manager showing no cpu time.
>
> Every exe I've tried hangs in the same way (notepad, cmd, ms access).
> What runs is a .net exe and a .bat file, but the program they start hangs!
>
> Same results with system.diagnostics.process and shell.
>
> I really need help on this one... Thanks
>
>
Steve C. Orr, MCSD Guest
-
ttrad #3
Re: Started Process Hangs
hi all,
I tried the above but it doesn't work!!!
any help is appreciated
thank you
Junior Member
- Join Date
- Oct 2011
- Posts
- 1



Reply With Quote

