bRegistrationPageNotAvailable - Solution Sites Routine

This function determines whether the registration page is unavailable.

Definition

Function bRegistrationPageNotAvailable()

Return Value

A Boolean indicating whether the registration page is unavailable. True indicates the page is not available. False indicates the page is available.

Defined in File

login\newuser.asp

Routines Called

None.

Called By

Main (login\newuser.asp)

Remarks

If any of the following App Default Config properties are set, the registration page is unavailable:

  • i_SiteRegistrationOptions = REGISTRATION_NOT_SUPPORTED
  • i_FormLoginOptions = FORM_LOGIN_NOT_SUPPORTED
  • i_FormLoginOptions = USE_IIS_AUTH

Copyright © 2005 Microsoft Corporation.
All rights reserved.