Running on the client or on the WebServer?
- WebServer can be simple (look at the
Process.GetProcesses() method), but
will be dependent on enough permissions to look at system
level information.
- Client is a lot more difficult because your code is
running with few
permissions (and hopefully in IE7/IE7+ that will be even
lower). THis is a
potential security risk so I assume you want it on the
server or are writing
some new interesting adware ;)
Thanks,
Shawn Wildermuth
http://adoguy.com
C# MVP, MCSD.NET, Author and Speaker
-----Original Message-----
From: Discussion of building .NET applications targeted for
the Web
[mailto OTNET-WE
B DISCUSS.DEVELOP.COM] On Behalf Of Jennifer Quinn
Sent: Wednesday, May 31, 2006 4:32 PM
To: DOTNET-WEB DISCUSS.DEVELOP.COM
Subject: [DOTNET-WEB] How do I know if an application is
running?
I want my onload for a certain web page to check and see if
an exe is
running on the same server. How do i do that? Thanks,
Jenny
===================================
This list is hosted by DevelopMentor. http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|