What you think is what you get

Posts tagged with: ASP.NET

[Web] 強化 ASP.NET Web Form 網站安全性 Content Security Policy(CSP) 和 HTTP Strict Transport Security(HSTS)

Situation 因為公司有和 2330 合作,2330 偶爾會稽核公司底下的外部網站。 這次輪到小弟負責維......

[ASP.NET] 使用 Visual Studio 2019 編輯網頁(沒有sln檔)

Situation 需要修改網頁(http://www.somewhere.com)且已知該網頁對應的網路空間......

[ASP.NET] 判斷使用者IP為內網或外網

Situation 需要判斷使用者的IP 為內網或外網。 Action 使用者 IP 可以透過 Request......