有多個 Web Application 可以共同一個 Forms Authentication 來達到 single sign on哦!
2015-06-11
有多個 Web Application 可以共同一個 Forms Authentication 來達到 single sign on哦!
在ASP.NET程式要,透過 Server.Transfer or Server.Execute 來將網頁轉到 ASP or PHP 的網頁
,會發生「找不到要求類型 'GET' 的 HTTP 處理常式。」或是「找不到要求類型 'POST' 的 HTTP 處理常式。」的錯誤。
要如何解決呢?