I can successfully ping an external IP address from my IIS server when connected via terminal services from a command line.
However, when I set up my web application to do the same thing, the ping fails. The site is running under the context of the anonymous account.
Are there permissions that I need to fix to get the ping to work within the web app?
Update: It does run successfully if I run the web app under the context of an admin account on the machine.