I am using RequireHttps attribute to redirect Http to Https. It works fine in my dev machine which has IIS7.5 installed. However, it doesn't work in IIS 6 in Windows Server 2003. Thus, I have got Http error 403.4. I have tried to use Response.Redirect(), it doesn't work either. So it seems that redirection doesn't work properly in II6. I am using .Net 4, MVC 3, and QA machine is Windows server 2003 with IIS6. Does anyone know how to solve this problem?
Thanks! huang