While developing web application many of us must have observed that after deploying the application to web server, web page url starts with http but not the secured one https.
So if we want to redirect url from HTTP to HTTPS there is a very simple solution in C#