Hi All,
I have my ASP.NET 4.5 application running on the server and a F5 load balancer is configured with SSl certificate on it , the initial login page url is accessed as (through load balancer) https:\\server\login.aspx and is working fine but after login when the application redirects it to home page [..\server\home.aspx] it is redirecting with http and thus the page doesn't get loaded.
can some one help me on this.
Regards
-PJ-