Toggled from web.config key. Primary purpose is to allow developers to refresh the application after building (avoiding having to relogin each time to set the session variables)

Namespace: Caisis.Security
Assembly: Caisis.Security (in Caisis.Security.dll) Version: 3.5.4947.22627

Syntax

C#
public bool CheckDevelopmentMode()
Visual Basic
Public Function CheckDevelopmentMode As Boolean
Visual C++
public:
bool CheckDevelopmentMode()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Caisis.Security.SecurityController.CheckDevelopmentMode"]

See Also