PDA

View Full Version : Redirect HTTP to HTTPS - PLEASE Help


NewMind
06-19-2008, 06:08 AM
Can someone tell me how to redirect http to https? I've tried EVERYTHING even this: http://blogs.msdn.com/sukeshak/archive/2006/09/03/http2https.aspx but that does not work

Aristotle
06-19-2008, 09:04 AM
What part of the article are you having trouble with?

Aristotle

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

NewMind
06-20-2008, 01:15 AM
This is what I did:

downloaded the starter kit
made the modifications based on the article
compiled the dll
copied the dll to my applications bin folder
added the web config entry (<add name="redir" type="http2https.redir" />)to my application's web.config
accessed my site with HTTP and did not get redirected.
if I add 'require SSL' using the IIS7 managment tool....I just get the 403 error and no redirect


Am I missing something?

NewMind
06-22-2008, 02:28 AM
Can anyone help on this????