Access is Denied error using Process.GetProcesses()
From: Elliot (esemmelman_at_afgweb.com)
Date: 01/19/04
- Next message: Brett Porter: "ASP.Net Forms authentication with basic authentication popup"
- Previous message: Cherry: "Re: How can I get the domain name and username?"
- Next in thread: Hernan de Lahitte: "Re: Access is Denied error using Process.GetProcesses()"
- Reply: Hernan de Lahitte: "Re: Access is Denied error using Process.GetProcesses()"
- Reply: Arvind.R: "RE: Access is Denied error using Process.GetProcesses()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 18 Jan 2004 22:41:12 -0800
I am sure this has been covered as I am just now "sinking" into asp.net.
I am getting an "Access Denied" error when the following code tries to execute:
Dim myProcesses() As Process
Dim myProcess As Process
myProcesses = Process.GetProcesses() 'This line FAILS!
I am using a local machine using Win 2K and IIS 5.0.
Any help is appreciated.
Thank you,
Elliot Semmelman
- Next message: Brett Porter: "ASP.Net Forms authentication with basic authentication popup"
- Previous message: Cherry: "Re: How can I get the domain name and username?"
- Next in thread: Hernan de Lahitte: "Re: Access is Denied error using Process.GetProcesses()"
- Reply: Hernan de Lahitte: "Re: Access is Denied error using Process.GetProcesses()"
- Reply: Arvind.R: "RE: Access is Denied error using Process.GetProcesses()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]