Hi there,
I am exploring the possibility of executing the POST method to two different URLs. When an ASP is being executed, it needs to pass the userid and password to two different applications (using same userid and password), so that the user is auto logged in into both. Is multiple post in ASPs technically possible?