Question : how to remove ssl setting on a file in IIS7

I have set up a site "admin" on IIS7 http://localhost/admin
I created a self ssl certificate and applied it to the default website. now the site is accessible only by https://localhost/admin

I would like to setup auto redirect from http:// to https://
I am trying to configure an error page in site "admin" for code 403.4 (https required error)
this error will point to execute the url "admin/redirect403_4.asp"  

The question is how do i disable ssl access only for the file redirect403_4.asp?

Answer : how to remove ssl setting on a file in IIS7

Hi,

you can enter the full path to the file in the location field at the top of the IIS manager.  It shoudl look something like:

[servername] > sites > default web site >

click to the right of that text, then add the path (i.e. "admin/redirect403_4.asp").  now when that file is selected, double click the ssl properties icon and uncheck 'require ssl'

Cheers,  Mike.
Random Solutions  
 
programming4us programming4us