看板 blind_pc 關於我們 聯絡資訊
我想問一下 我大部分的網頁都是用FireFox開 昨天 我要去lativ的網頁 卻一直顯示錯誤 (平常都可以呀) 然後就出現一大堆程式的 伺服器錯誤 500 - 內部伺服器錯誤。 您要尋找的資源有問題而無法顯示。 Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> 我想請問一下是哪理出問題了嗎? 因為我剛剛用PCMAN開好像可以耶! 謝謝! -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 210.60.11.163