The information in this article applies to:
SYMPTOMSWhen you use the VerifyCredentials() method of the Membership.VerifUser component, the URL is always returned, regardless of whether the credentials passed to the method were correct. CAUSE
This behavior is by design. WORKAROUNDTo work around this behavior, use the VerifyPassword() method of the component to determine if the supplied credentials are valid, and then call the VerifyCredentials() method to ensure the user receives the "FormsAuth" cookie, which will allow them to access other HTML Forms Authenticated pages. MORE INFORMATION
The following is a sample of how to use the VerifyPassword() method in conjunction with the VerifyCredentials() method to authenticate users:
For more information regarding the user of the Membership.VerifUser component, please refer to the Site Server 3.0 SDK version 1.1.
Additional query words:
Keywords : kbdocfix |
Last Reviewed: September 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |