I'm getting running processes using the Process.GetProcess() on localhost and my code is giving the output i want to. But after uploading on my server it throws following error
Access is denied
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ComponentModel.Win32Exception: Access is denied
.........
And also i've already set
Carl SchraderPosted Mar 29, 2009, 3:50 AM
Manoj,
I am no ASP.NET professional but from the explanation of your problem it seems that the ASP.NET user does not have access to the one or more of the directorie(s) that the Process.GetProcess()........
Please let me know if this does not help out!
Carl