function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bill hayhowbill 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