标题: 开心8积分系统大家可以打开么? [打印本页] 作者: gwvc 时间: 2012-9-3 14:07 标题: 开心8积分系统大家可以打开么? Server Error in '/' Application.Runtime Error* ~( y& Y& R# I8 S! n* e8 i) u 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. D% f$ q7 b: d: j7 D. a
j; B, c" Q5 d8 m2 x2 _0 E 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".5 ^7 x e" M$ I& u
已经持续好几天积分系统打不开了?不知道应该如何解决这个问题............ 0 I K x. _/ d. F/ C7 Vgwvc 发表于 2012-9-7 14:17
& a7 k0 [% Z0 v8 g
楼主有什么提示没有呢?现在还是打不开吗?:)是不杀毒软件的问题呢?作者: gwvc 时间: 2012-9-7 14:50
Server Error in '/' Application. 6 a8 N0 _( n( {$ S9 k8 ]$ V* U+ U7 C
Runtime Error `- h! E# U" m0 k( a
( \$ s4 v, `0 P: U$ R4 L; tDescription: 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. 7 D8 R6 |0 o- p" e& Z 0 f5 K2 e& Z: ~& `: ]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".6 B8 H/ l% Q) n2 [/ i
9 @- |7 j* X* m& K - ?" U+ M- K; Q7 `: v2 Z<!-- Web.Config Configuration File --> h% L' ^, @; U6 l7 S 6 O7 @4 D' A8 k6 k$ Z( m# y" I3 u! Z<configuration> 4 s; R( y' w3 |) `5 Y <system.web> ! R* @9 E' C2 M; K" T* W <customErrors mode="Off"/> / Y& Y2 [# e% a6 y: R _ </system.web> 7 k6 g; f& P {</configuration>0 C& s' s' X5 D) R S" V# X
' `. A! i# e9 |
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., r5 n: u$ A5 D0 E) Z$ V" q9 Y
1 D( ~& Q3 B$ i; e6 t8 ~6 Z
' L7 U. X$ r4 ^# s- X9 y$ R( C<!-- Web.Config Configuration File --># D# f/ D4 [+ t/ a' W