You need to sign in to do that
Don't have an account?
bill hayhow
Login hangs
I've been using the Office Toolkit with ASP for quite some time. Previously, I was using Visual Interdev. Now, I have upgraded to Visual Studio 2005.
When I first started using VS2005, my application worked fine. Now, my application hangs on the login command:
Set SforceApi = server.CreateObject("SForceOfficeToolkit3.SForceSession3.1")
if not SforceApi.Login("myid","mypassword") then
The create object command works fine, but the login command hangs.
I can stop the application, but then I can no longer run the application at all, until after a reboot. I can run other applications without rebooting, but not this one. So it would seem that the IIS/application is hung.
I would appreciate any assistance regarding what may have caused this problem and how to fix it.
Thank you,
Bill Hayhow