Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

When i try to start an external application from ASP.NET with

Process.start(filename) method, it correctly starts but the UI

doesnt show. I only see the process running on the taskbar .

 

I tryied to change user privileges for aspnet account, but

it still doesnt work.

 

 

Any suggestion?

 

Thanks.

Posted

i want to control that application from remote, with the browser, so i need to get its interface.

Theres no way to starts processes in a local account?

Posted

Its a simple data entry interface.

 

but now i get :

 

Cannot execute a program. The command being executed was "c:\windows\microsoft.net\framework\v1.1.4322\csc.exe" /noconfig @"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\webapplication1\b3c3931b\c580ed67\zql_q4-w.cmdline".

 

AHHHHHHHHHHH!

Posted
If you want to really run the application remotely, you are kind of stuck with PC Anywhere or Citrix or something like that. If you just need to monitor, your remote app could do something like log its actions which your asp application could poll and relay back.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...