最近主管又指示我寫一個小東西,要讓員工及有往來客戶都能使用。所以網站建置在內網,再利用Proxy導向對外網站。但是內網(Intranet)的用戶仍然要使用Windows Authentication(aka NTLM Authentication),而且Windows認證不支援proxy,除非使用Windows 的特殊proxy或丟到Windows Azure雲端。 這下我就很頭大了,只有找到Asp.net 1.1 的 Mixing Forms and Windows Security in ASP.NET ,下載安裝還是不成功。幸好帥學弟之前就有Survey過,提供兩個參考資料: How I Made Windows Authentication and Forms Authentication Work Together 與 Combining Windows Authentication with Forms Authentication in ASP.NET 。