Steve Hebert's Development Blog

.Steve's .Blog

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910


Navigation

Blogs I Follow

Favorite Tools

Development Articles

Subscriptions

Post Categories

Article Categories



Wednesday, August 25, 2004 - Posts

.Text on HTTPS in 4 steps or less...

Wow, this was so easy I'm embarrassed I missed it before!  All the google'd docs I found pointed to rewriting/extending the HttpHandler in .Text to allow the app to run under https.  The solution I found uses IIS and involves no coding whatsoever.

Given that you have a blog base set up at “https://www.mypublicurl.com/weblog”, take the following steps:

  1. Create a virtual directory called “weblog“ under your site running on port 80.
  2. Bring up the properties page of the weblog VD under IIS and choose “A redirection to a URL“.
  3. Fill in the Redirect to: textbox with “https://www.mypublicurl.com$V$Q“ - don't type the quotes.
  4. Check the box marked “The exact URL entered above“, make sure all others are unchecked.

There you have it - a working version of .Text running on https and IIS does all the work. It's so easy a system administrator could do it!

posted Wednesday, August 25, 2004 12:04 AM by sdhebert




Powered by Dot Net Junkies, by Telligent Systems