A
Andrew Banks
Can anyone help me out with why the following code in web.config
<authentication mode="Forms" />
<forms loginUrl = "Secure/Login.aspx" />
</authentication>
gives me the following error
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Unrecognized configuration section 'forms'
Thanks in advance
<authentication mode="Forms" />
<forms loginUrl = "Secure/Login.aspx" />
</authentication>
gives me the following error
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Unrecognized configuration section 'forms'
Thanks in advance