现在要执行pro目录下面的A.exe文件
我已经把IIS中匿名帐户,aspnet帐户都加入了Administrator组,并且users组和everyone都对该目录有所有权限,但还是出错:
Server Error in '/' Application.
--------------------------------------------------------------------------------拒绝访问。 
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: 拒绝访问。Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  Stack Trace: 
[Win32Exception (0x80004005): 拒绝访问。]
   System.Diagnostics.PerformanceMonitor.GetData(String item) +491
   System.Diagnostics.PerformanceCounterLib.GetPerformanceData(String item) +158
   System.Diagnostics.PerformanceCounterLib.get_CategoryTable() +80
   System.Diagnostics.PerformanceCounterLib.GetPerformanceData(String[] categories, Int32[] categoryIndexes) +56
   System.Diagnostics.NtProcessManager.GetProcessInfos(PerformanceCounterLib library) +157[InvalidOperationException: Couldn't get process information from remote machine.]
   System.Diagnostics.NtProcessManager.GetProcessInfos(PerformanceCounterLib library) +258
   System.Diagnostics.NtProcessManager.GetProcessInfos(String machineName, Boolean isRemoteMachine) +152
   System.Diagnostics.ProcessManager.GetProcessInfos(String machineName) +36
   System.Diagnostics.Process.GetProcesses(String machineName) +39
   System.Diagnostics.Process.GetProcesses() +11
   ZhenQing.RunExe.IsRun(String exeName) in F:\CODE\ZhenQing\Classes\RunExe.cs:45
   ZhenQing.Company.BeginBalance.Page_Load(Object sender, EventArgs e) in F:\CODE\ZhenQing\Company\BeginBalance.aspx.cs:40
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +731