IIS
IIS Crypto Tool
IIS Crypto is a free tool that gives administrators the ability to enable or disable protocols, ciphers, hashes and key exchange algorithms on Windows Server 2008, 2012, 2016 and 2019. It also lets you reorder SSL/TLS cipher suites offered by IIS, change advanced settings, implement Best Practices with a single click, create custom templates and test your website.
讓 IIS 網站保持運作狀態
安裝「應用程式初始化(Application Initialization)」

image 網站的進階設定「預先載入已啟用」設為 True

image 應用程式集區的進階設定「啟動模式」設為 True

image
讓 IIS Express 外部存取
使用 netsh 以本機 IP 及 站台 port 加入 URL 保留區( access control list)
刪除
修改專案底下
.vs/configEdit bindingInformation
<ip-address>:<port>:<host-name>開啟防火牆
403. Forbidden
Folder permissions for web application
Folder add permission
User Name: IIS AppPool\ApplicationPoolName
透過 URL Rewrite 來實作 cookie 重導
Last updated