views:

452

answers:

2

I have a website that uses Routes to do some URL rewriting. Note, I am not using MVC..just the Routes that make MVC famous :P

Anyways the site works completely well...and all is well I enabled SSL on the entire site and accessing the site in https, I can get static files..I can access the aspx files directly...but the Routes no longer work.

Anyone have this issue? Do the routes need to be specifically configured for SSL?

A: 

duh..i forgot since i am in iis6 i need to add the asp_isapi.dll as a wildcard handler or else it will not process routes...

puffpio