My company wants to change domain names.
Requests to http://ServerA/folder/page.aspx need to go to http://ServerB/folder/page.aspx.
I can do most of the redirection in IIS and it works fine.
I have a concern that I don't seem to have the ability to test. Are there any problems/concerns form using the same technique for SSL pages? That is: httpS://ServerA/folder/page.aspx to httpS://ServerB/folder/page.aspx.
Using C#/ASP.net/ISS6 (I think)/Windows Server 2003
Thanks in advance.