嗯嗯....7時呢- v -
看來這時間不錯= v =
不過那個什麼關鍵字在玩家之間傳一傳就知道了吧XD
倒想看看是什麼居民跑出來說關鍵字0_0
最新的消息、最深入的探討、最有價值的話題、最資深的多啦迷、最多原創作品、最具氣氛的討論區就是這裡! 歡迎來到多啦A夢綜合討論天地!
https://talk.doracity.com/
我是志在必得 . /
Server Error in '/MabinogiEvent/MabiNET' 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>