Server Error in '/VirtualPaymentV30' Application.

takumi 2799

進階會員
已加入
9/9/07
訊息
216
互動分數
0
點數
0
gamania線上購買點數
彈跳出的視窗 跑出

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

一直搞不懂為何會跑出這視窗;x;
請高手講解一下要如何解決吧;ng;
 

kgame

さとりん
已加入
1/27/10
訊息
2,301
互動分數
0
點數
36
年齡
33
網站
kgame.tw
這一切都是橘子的陰謀
直接問遊戲橘子比較好
 

i.power

一般般會員
已加入
3/4/10
訊息
81
互動分數
0
點數
6
剛剛看了的內文一下 若提共內容資訊有誤還請見諒 (別K我;x;)。


------------------------------------(語無論次 分隔線)------------------------------------

它的意思是伺服器應用程序發生錯誤,為了防止資料被其他人檢視,因此執行了保護機制。

解決方法是在伺服器端配置web.config,修改粗體處程式碼。

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

但因為只有gamania的技術人員有權限去更動伺服器下的檔案,因此大大要等他們把web.config重新配置後,就能使用了:PPP:

------------------------------------------------------------------------------------------------------------

你的電腦沒問題,是gamania伺服器應用程序錯誤,等它們工程師發現後處理一下就好嚕;cheer2;;cheer2;;cheer2;
 
最後編輯:

takumi 2799

進階會員
已加入
9/9/07
訊息
216
互動分數
0
點數
0
剛剛看了的內文一下 若提共內容資訊有誤還請見諒 (別K我;x;)。


------------------------------------(語無論次 分隔線)------------------------------------

它的意思是伺服器應用程序發生錯誤,為了防止資料被其他人檢視,因此執行了保護機制。

解決方法是在伺服器端配置web.config,修改粗體處程式碼。

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

但因為只有gamania的技術人員有權限去更動伺服器下的檔案,因此大大要等他們把web.config重新配置後,就能使用了:PPP:

------------------------------------------------------------------------------------------------------------

你的電腦沒問題,是gamania伺服器應用程序錯誤,等它們工程師發現後處理一下就好嚕;cheer2;;cheer2;;cheer2;


to i.power

我一開始也認為server error ...
是屬於官網的問題,旦發覺用另外一台電腦卻沒有這問題
彈跳出來的線上視窗可正常顯示網頁!

1.IE的預設值已調源預設

等等洽電橘子...有新的消息再跟大家分享!;ng;
 

takumi 2799

進階會員
已加入
9/9/07
訊息
216
互動分數
0
點數
0
橘子要刪除cookie

不過還是不行 無解 ;em03;
 
▌延伸閱讀