MozTW 討論區
https://forum.moztw.org/

瀏覽網頁常發生runtime error
https://forum.moztw.org/viewtopic.php?f=13&t=21257
1 頁 (共 1 頁)

發表人:  訪客 [ 2007-12-18, 05:55 ]
文章主題 :  瀏覽網頁常發生runtime error

我瀏覽很多網站都會發生runtime error
象gamania的等等
最主要發生在輸入帳號密碼這一類的.....
幾乎都會出現(如下)

Server Error in '/SafetyLock' 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>

發表人:  hof [ 2007-12-18, 09:47 ]
文章主題 : 

看起來比較像是對方網站的問題
可以試著用 Safe Mode 的 Fx 去瀏覽看看

發表人:  BobChao [ 2007-12-18, 18:32 ]
文章主題 : 

Anonymous 寫:
我瀏覽很多網站都會發生runtime error
象gamania的等等


Hello, 你可以幫忙試一下 IE 能不能用?
因為這看起來是對方網站「主機」的問題,我不太曉得是否跟瀏覽器相關。(也或許,他依據不同瀏覽器做了不同的事,你提供詳細資訊、大家比較容易幫你抓問題)

發表人:  Dark Shenada [ 2007-12-18, 21:50 ]
文章主題 : 

這個不用試了,確定是對方用.NET寫的網頁有問題,
有時也會發生在有IAS(Firewall/proxy)的網路環境。

發表人:  yulon [ 2009-03-08, 19:04 ]
文章主題 : 

說說我的使用心得,一直以來是用firefox下的ietab開網路銀行使用,最近升級到最新的3.07版,使用上會出現runtime error的錯誤要我直接尋求firefox的服務,之後就隨即關閉,但在ie瀏灠下都正常沒問題,查了很多資料,大部份都是說語法錯誤,我不是本科系不會修改,純粹想找出解決辦法,也試著重灌回3.06 及3.05都還是有問題,最後在灌入3.0版後,問題沒了,不在出現visual c++runtime error錯誤,這是我最後的結論。

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/