Hello,
i have the following troubles using Web Wiz:
I downloaded the current version and tried to login as administrator. But it didn't worked. So I started searching ...
The message displayed was, that security code was not enterd correct. I debuged the function "loginUser" and the result was, that SaveSessionItem didn't saved the Captcha Code in the session variabela SCS.
I modified CAPTCHA_image.asp and saved the code with Session("testSCS") - and the code was saved correct. But the Captcha code, stored with SaveSessionItem is not stored ...
Any ideas?