At least one other site is using the same HTTPS binding and the binding is configured
解決方式
勾選Require Server Name Indication中文版請參考下方參考資料
參考資料
IIS 多站台使用 HTTPS 憑證的設定方式
勾選Require Server Name Indication中文版請參考下方參考資料
get-executionpolicy3.如為Restricted執行
set-executionpolicy remotesigned4.如有例外改執行
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned參考資料
USE Master GO ALTER LOGIN UserName WITH PASSWORD = 'password' GO ALTER LOGIN UserName WITH CHECK_POLICY = OFF, CHECK_EXPIRATION = OFF;參考資料