ac loadbalance permissions
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Application Center > Application Center Usage > ac loadbalance permissions




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    ac loadbalance permissions  
John


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-28-04 11:09 PM

Hi,
I'm trying to create a ASP.NET app that does loadbalancing via the internet.
  I'm basically using the System.Diagnostics.Process class to run "ac.exe".

[code]
// this page is sitting on the cluster i'm trying to loadbalance
Process proc  = new Process();
proc.StartInfo.FileName = "ac";
proc.StartInfo.Arguments = @"loadbalance /member:<member> /offline /y /user:
<domain/user> /password:<password>
proc.StartInfo.CreateNoWindow = true;
proc.StartInfo.RedirectStandardOutput	= true;
proc.StartInfo.UseShellExecute	= false;
proc.StartInfo.ErrorDialog = true;
proc.Start();
[/code]
which results in the error:
Access is denied. (0x80070005)

I've tried everything from giving the ASPNET account full access to "ac.exe"
 to making it a server admin (temporarily for testing purposes).  Anyone hav
e any ideas on how I can get this tow work?

Thanks!
--
John





[ Post a follow-up to this message ]



egghead is offline     Re: ac loadbalance permissions  
egghead


View Ip Address Report This Message To A Moderator Edit/Delete Message


Click Here to See the Profile for egghead Click here to Send egghead a Private Message Find more posts by egghead Add egghead to your buddy list
 
02-10-05 10:09 PM

Hey John,

Did you ever figure this out? i am having the same problem.

E.

quote:
Originally posted by John Hi, I'm trying to create a ASP.NET app that does loadbalancing via the internet. I'm basically using the System.Diagnostics.Process class to run "ac.exe". [code] // this page is sitting on the cluster i'm trying to loadbalance Process proc = new Process(); proc.StartInfo.FileName = "ac"; proc.StartInfo.Arguments = @"loadbalance /member:<member> /offline /y /user: <domain/user> /password:<password> proc.StartInfo.CreateNoWindow = true; proc.StartInfo.RedirectStandardOutput = true; proc.StartInfo.UseShellExecute = false; proc.StartInfo.ErrorDialog = true; proc.Start(); [/code] which results in the error: Access is denied. (0x80070005) I've tried everything from giving the ASPNET account full access to "ac.exe" to making it a server admin (temporarily for testing purposes). Anyone hav e any ideas on how I can get this tow work? Thanks! -- John




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:27 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register