puffpio
puffpio

Reputation: 3462

asp.net mvc routes over https ssl

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?

Upvotes: 3

Views: 2750

Answers (1)

Related Questions