acidkewpie
Programmer
Hi,
I need an ASP page to be able to run a simple ping command on an IIS 6.0 server. I have been trying to use the wshell.run() method, but due to access rights, this is denied execute. I have found various similar problems through google, but most either end up suggesting giving everyone involved admin rights on the system, or providing anonymous access and giving the anonymous user account admin rights.... both these are not an option at all. Is there a less drastic way to let a locally non-priveledged network user just run this one function without destroying the security of the entire server?
[if anyone knows any other ways to ping an address automaticlaly i'd be interested for a reply too... in the past i've used the AspPing.dll package, but i think it was responsible for causing some errors on the server, so would rather avoid it.]
Thanks
Chris
I need an ASP page to be able to run a simple ping command on an IIS 6.0 server. I have been trying to use the wshell.run() method, but due to access rights, this is denied execute. I have found various similar problems through google, but most either end up suggesting giving everyone involved admin rights on the system, or providing anonymous access and giving the anonymous user account admin rights.... both these are not an option at all. Is there a less drastic way to let a locally non-priveledged network user just run this one function without destroying the security of the entire server?
[if anyone knows any other ways to ping an address automaticlaly i'd be interested for a reply too... in the past i've used the AspPing.dll package, but i think it was responsible for causing some errors on the server, so would rather avoid it.]
Thanks
Chris