D
Damon
I've been beating my head against the wall on this one for hours.
Here's what I tried first:
* Import self-registered certificate into IIS 5.1 (WinXP Pro)
* Set SSL to be required, with 128-bit encryption, for the
subdirectory EmpDB off the root of the server.
* In web.config (which sits inside EmpDB), set ssl to be required in
the forms authentication.
It doesn't work at all. Here's what I get:
Using http, hit Test.aspx which is at the root of the web server.
Works.
Using http, hit the EmpDB directory (which should pick up the
Default.aspx in that directory). Errors with "this page must be viewed
over a secure channel".
Using https, hit the EmpDB directory. Get the "You are about to view
pages over a secure connection" dialog, click OK, then get "the page
cannot be displayed" error.
What gives!? What am I doing wrong?
Damon
Here's what I tried first:
* Import self-registered certificate into IIS 5.1 (WinXP Pro)
* Set SSL to be required, with 128-bit encryption, for the
subdirectory EmpDB off the root of the server.
* In web.config (which sits inside EmpDB), set ssl to be required in
the forms authentication.
It doesn't work at all. Here's what I get:
Using http, hit Test.aspx which is at the root of the web server.
Works.
Using http, hit the EmpDB directory (which should pick up the
Default.aspx in that directory). Errors with "this page must be viewed
over a secure channel".
Using https, hit the EmpDB directory. Get the "You are about to view
pages over a secure connection" dialog, click OK, then get "the page
cannot be displayed" error.
What gives!? What am I doing wrong?
Damon