开发者

How to make HTTPS for only private asp.net pages?

I Have login page on my asp.net page and I need this page to open and appear like that

old u开发者_开发问答rl (http://www.example.com/login.aspx)

and I want it like that

new url (https://www.example.com/login.aspx)

how to change the http to be https only for the login.aspx page

I'm using vb.net with asp.net under visual studio 2008.

I need any help please.

thanks.


You could use something like URL Rewrite to make sure that if you go to the login page on HTTP it will automatically redirect to HTTPS, and if it isn't the login page, redirect them to HTTP.


Redirect the response on the Http page and make sure all your links go to the secure page?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜