Switching to forms authentication

If your website is in claims based mode of authentication, you can configure it to use the forms based authentication, in the following way:

  1. Login to the backend of your website.
  2. Click Administration » Settings » User Authentication.
  3. In the dropdown box, select Forms authentication (backward compatibility) and click Save changes.
  4. Open the web.config file.
  5. Under <httpModules> section find and delete <remove name="FormsAuthentication"/>.
  6. Under <system.web> section, change <authentication mode="Forms" />.
  7. Save and close the web.config.
  8. Restart the application.

Next steps

+1-888-365-2779
sales@sitefinity.com

Related topics:

Feedback

How useful is this article?

Tell us more

Submit
Your message was successfully sent.

We appreciate your feedback.

Your message could not be sent.

OK