Discussion:
關於ASPX再利用SSL認證
(时间太久无法回复)
smokehouse
2006-08-17 03:42:01 UTC
Permalink
您好

有件事情我想請教
我們系統有提供ASP.net的網站
如何讓使用者在連線到登入頁面後(http)
輸入帳號跟密碼
IIS會將認證資料利用SSL傳送認證的帳號與密碼(https)
如果帳號確認無誤後再導回 HTTP登入系統

這部份除了我在IIS上設定SSL憑證外?
IIS還需要做任何設定嗎?

如果IIS只要設定SSL的機制
剩下部份就需要在 aspx的程式上撰寫嗎?

謝謝您

Cloud
Bernard Cheah [MVP]
2006-08-17 04:56:37 UTC
Permalink
If I understand correct what you saying here is that
you want authentication form data post to be done in https
after that redirect back to http, correct?

in this case, all you need to do are:
a) install ssl, make sure it's working etc
b) at the form post action, change it to https:
c) after the post action, validation, etc, you can redirect user to a new
url using http:
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
??
????????
???????ASP.net???
???????????????(http)
???????
IIS????????SSL??????????(https)
???????????? HTTP????
???????IIS???SSL????
IIS??????????
??IIS????SSL???
???????? aspx????????
???
Cloud
继续阅读narkive:
Loading...