Hi There,
When I try to access a page through https protocol I am getting the following error
The URL requested is : https://localhost/Banking/savingaccounts.aspx
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Banking/savingaccounts.aspx
So far I've done the following settings ;
1. Added a Self signed certificate in IIS 7
2. Enabled SSL and SSL enforced settings through Admin -> Site Settings -> Advance Settings
3. Checked Secure box in other settings of the page edit options
All works fine when I disable the SSL setting of the page and access the page through http://localhost/banking/savingaccounts.aspx
Am I missing something ?