※ [本文轉錄自 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 <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>
目前可以確定的是,我用另一台電腦上這個網站是可以通的,使用兩個不同的網路上同一
個網站都不行
我上的網站有倒數的功能,類似廣告吧,而且之前都可以上那些網站的,但是現在卻不行
也有使用IE,GC,FF也都不行。求解...
補圖http://ppt.cc/NEa~
--
\( ̄灬 ̄)/ (  ̄灬)/ \(灬灬灬)/ \(灬 ̄ ) \( ̄灬 ̄)/
\( ̄灬 ̄)/ \(灬 ̄ ) \(灬灬灬)/ (  ̄灬)/ \( ̄灬 ̄)/
--
作者: 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 <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>
目前可以確定的是,我用另一台電腦上這個網站是可以通的,使用兩個不同的網路上同一
個網站都不行
我上的網站有倒數的功能,類似廣告吧,而且之前都可以上那些網站的,但是現在卻不行
也有使用IE,GC,FF也都不行。求解...
補圖http://ppt.cc/NEa~
--
\( ̄灬 ̄)/ (  ̄灬)/ \(灬灬灬)/ \(灬 ̄ ) \( ̄灬 ̄)/
\( ̄灬 ̄)/ \(灬 ̄ ) \(灬灬灬)/ (  ̄灬)/ \( ̄灬 ̄)/
--
All Comments