Show Us The Fine Code, dude. My crystal balls has ran out of batteries, and it gets old quickly to play this guessing game. Maybe it works but doesn't display output because you forgot http headers, perhaps it gives some information in the IIS logs, etc. Show the code you wrote, and look at the webserver logs. | [reply] |
psexec ? - Isn't that the program that lets you run code on a remote machine ?
The IUSER_<computername> account is a LOCAL account, that, by default/design allows execution only on the local machine.
If you need something exotic, try using the runas command to impersonate another identity and execute something. But (warning) this may be a security hazard, because you need to supply the password via STDIN.
"How many times do I have to tell you again and again .. not to be repetitive?"
| [reply] |