I'm currently having a problem with calls to an external web service. Traffic does not go out when my appPool is running under NetworkService account, but if I change it to my own domain account, traffic is restored and everything works fine.
I know that NetworkService is a "least privilege" account. Can the necessary permissions to allow outgoing traffic be changed with policy (if so, anyone know them?), or do I need to use (create) a different account?