Koatto Posted November 20, 2003 Posted November 20, 2003 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. Quote
Administrators PlausiblyDamp Posted November 20, 2003 Administrators Posted November 20, 2003 (edited) The application will be running as the aspnet account and as such will not be visible to the end user. What are you trying to acheive - there may be an alternate way. Edited November 20, 2003 by PlausiblyDamp Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Koatto Posted November 20, 2003 Author Posted November 20, 2003 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? Quote
Administrators PlausiblyDamp Posted November 20, 2003 Administrators Posted November 20, 2003 I've never come across a way of doing this myself, in fact this topic has been discused on these boards a couple of times now and no solution has been mentioned. What application are you trying to launch? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Koatto Posted November 20, 2003 Author Posted November 20, 2003 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! Quote
weida Posted November 22, 2003 Posted November 22, 2003 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.