Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This file is used when Forms Authentication is choosen during installation.

The setting timeout is used to set how many seconds it takes before the user is logged out of the system. In this case it's set to 2880 seconds.

<authentication mode="None">
<forms loginUrl="/Account/Login" timeout="2880" />
</authentication>

  • No labels