This posting is provided "AS IS" with no warranties, and confers no rights.
Follow these steps on an Exchange front-end server that communicates with a clustered Exchange back-end server.
(Prepare the CustomErrors folder)
<% If Request.ServerVariables("HTTPS") = "off" Then Response.Redirect "https://" & Request.ServerVariables("HTTP_HOST") & "/Exchange" End If %>
(Prepare the CustomErrors application)
(Change Exchange Application)
http://(server_name)/exchange
In this address, server_name is the name of the Microsoft Internet Information Service (IIS) server. You should be automatically redirected to https://(server_name)/exchange and to the Logon.asp page.
Note that if you want to test this on the IIS 7 server, please do the following in IIS Manager,
Now you should be able to test on the IIS server.