拍拍贷 论坛错误和建议错误报告 我要借出 Runtime Error

1  /  1  页   1 跳转 查看:1854

我要借出 Runtime Error

我要借出 Runtime Error

http://www.ppdai.com/lend/出错了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>
hi, I'm weijunzi
 

回复:我要借出 Runtime Error

新版本的一个错误,已经修整了
“我所投资的人,必须同时具备3种素质:诚实、智慧和激情。如果他不是个诚实正直的人,拥有再多的能力也没用”。-- 沃伦-巴菲特
 

回复:我要借出 Runtime Error

V2的时候好像没遇到这个问题啊
hi, I'm weijunzi
 

回复:我要借出 Runtime Error

年利率百分之四十  只借三万 验资急需 一个月之后就还
 
1  /  1  页   1 跳转


       版权所有 拍拍贷, 站点地图, 新闻中心

返顶部