Loading ...

HTTPS

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  security   » HTTPS

HTTPS

Posts under the topic: HTTPS

Posted: 12/2/2011

mk781
m k
Lurker 20  points  Lurker
  • Joined on: 11/25/2011
  • Posts: 4

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


Page 1 of 1 (1 items)