versaSRS Knowledge Base

 

 

Setting versaSRS for Forms Authentication

Article ID: Q731249

Category: FAQ - Knowledge Base

The information in this article applies to:

  • versaSRS
  • Authentication

Q: How do you set the Authentication Mode in versaSRS?

A: versaSRS supports a number of authentication options, which are set in the 'Web.config' file which is located under the root directory where versaSRS is installed. Default location: C:\Program Files (x86)\VersaDev\versaSRS\versaSRS

In the Web.config file the following section is where you set the authentication mode, copying the below to your config file will set versaSRS for forms authentication:

<authentication mode="Forms">

   <!-- Originally Set To Forms -->

   <forms name=".ASPXLogon" loginUrl="logon2.aspx" protection="All" timeout="30" slidingExpiration="true"/>

  </authentication>

In the versaSRS Global Settings, ensure that the Application Property 'EnableFormsLogon' is set to Enabled.

Global Settings EnableFormsLogon Enabled

130 Setting versaSRS for Windows Authentication

Did the information in this article help answer your question?

Yes
No
Did not apply

Last Reviewed: 26/11/2024
Powered By VersaDev Pty Ltd Copyright 2022
Last Reviewed:
26/11/2024

Provided by
VersaDev Support Services