作者kinac ()
看板ask
標題Fw: [問題] Server Error in '/' Application.
時間Sat Mar 22 17:28:10 2014
※ [本文轉錄自 Broad_Band 看板 #1JB0k6QV ] 作者: kinac () 看板: Broad_Band 標題: [光纖] Server Error in '/' Application. 時間: Fri Mar 21 17:50:58 2014 網路可以連接,但是到某些網站會出現
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 tag within a "web.config" configuration file located in the root directory of the current web application. This 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 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> 目前可以確定的是,我用另一台電腦上這個網站是可以通的,使用兩個不同的網路上同一 個網站都不行 我上的網站有倒數的功能,類似廣告吧,而且之前都可以上那些網站的,但是現在卻不行 也有使用IE,GC,FF也都不行。求解... 補圖
http://ppt.cc/NEa~ -- \( ̄灬 ̄)/ (  ̄灬)/ \(灬灬灬)/ \(灬 ̄ ) \( ̄灬 ̄)/ \( ̄灬 ̄)/ \(灬 ̄ ) \(灬灬灬)/ (  ̄灬)/ \( ̄灬 ̄)/ --
※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.231.11.168 補圖片
※ 編輯: kinac 來自: 61.231.11.168 (03/21 17:53)
推 wkwtb:我知道使用ie的版本不同可能成類似問題 03/21 18:13
→ wkwtb:試著開IE的相容性檢試看看 03/21 18:14
→ leftpig1:ie 相容性或者防毒軟體 03/21 21:03
IE相容性用過了,無法... 防毒軟體是?我是用Microsoft Security Essentials 後來我發現,我使用寬頻連線,就是要輸入使用者名稱及密碼的連線,就可以上這些網站 如果是插上網路線就可以連的那種,就上不了... 但是有成功的那台電腦也不需要使用寬頻連線也可以上...
※ 編輯: kinac 來自: 61.231.11.168 (03/21 21:51) ※ kinac:轉錄至看板 Windows 03/22 15:46
※ 發信站: 批踢踢實業坊(ptt.cc) ※ 轉錄者: kinac (36.231.185.66), 時間: 03/22/2014 17:28:10This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.