2018年10月25日 星期四

IIS HTTP 強制轉 HTTPS 簡易做法

https://blog.darkthread.net/blog/http-to-https-with-iis/

透過 web.config 加入:

 <system.webServer>
        <httpErrors>
            <error statusCode="403" subStatusCode="4" path="https://www.my-site.com.tw/" responseMode="Redirect" />
        </httpErrors>
    </system.webServer>









沒有留言:

張貼留言

WPF聊天室应用(ASP.NET Core SignalR)

  WPF聊天室应用(ASP.NET Core SignalR) https://www.bilibili.com/video/BV1Q741187Si?p=2 https://www.bilibili.com/video/BV1UV411e75T?from=search&...