asp.net mvc 通过 https ssl 路由
我有一个网站,它使用路由来进行一些 URL 重写。注意,我没有使用 MVC.. 只是使用使 MVC 著名的路由 :P
无论如何,该网站运行得很好...一切都很好 我在整个网站上启用了 SSL 并以 https 访问该网站,我可以获取静态文件..我可以直接访问 aspx 文件...但路由不再起作用。
有人有这个问题吗?是否需要针对 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
向 ASP.NET MVC 路由添加 HTTPS/SSL 支持
http://blog.codeville .net/2008/08/05/adding-httpsssl-support-to-aspnet-mvc-routing/
另请参阅http://forums.asp.net/p/1260198/2358380.aspx
Adding HTTPS/SSL support to ASP.NET MVC routing
http://blog.codeville.net/2008/08/05/adding-httpsssl-support-to-aspnet-mvc-routing/
See also http://forums.asp.net/p/1260198/2358380.aspx