看板 Lineage 關於我們 聯絡資訊
因為點數到期不能玩了,買了季卡去儲值。 可是GASH的網頁一直進不去,打完帳密和驗證後。 就會出現 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> 請問是我電腦的問題嗎? -- 要帥 有車|████ █████████▕搜尋進階搜尋 | 使用偏好 ▇▇  ̄ ̄ ̄ ̄  ̄ ̄ ̄ ̄ 搜尋: ⊙所有男生 ○歪國人 ○宅宅 ○泰國人妖  所有網頁 約有 1項符合要帥 有車的查詢結果,以下是第 1項。 共費0.01秒 您是不是要找: 象棋 φtaipingeric -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.161.134.243
yao75317 :官網問題吧 05/28 13:20