Posted: 12/2/2011
Hi All,
Having a problem i hope to get some help with. I did a serach on the net and to use https on my login pagenumerous articles mention that i need to use the "secureWebPages" in my Web.config file and part of config file is below:
<?xml version="1.0"?><configuration> <secureWebPages enabled="true"> <directory path="." /> </secureWebPages>
However, i get he following error message:
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 secureWebPages.
Any ideas would be greatly appreciated.
Many thanks