You are viewing our Forum Archives. To view or take place in current topics click here.
Is there something wrong with UltimateDB +rep
Posted:
Is there something wrong with UltimateDB +repPosted:
Status: Offline
Joined: Dec 27, 201112Year Member
Posts: 631
Reputation Power: 27
this comes up when i try to go on the site
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>
Can some1 help me if u can i wil +repp
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>
Can some1 help me if u can i wil +repp
#2. Posted:
Status: Offline
Joined: May 28, 201113Year Member
Posts: 140
Reputation Power: 5
Does not work for me either. :/
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 11, 201212Year Member
Posts: 1,693
Reputation Power: 74
Status: Offline
Joined: Jun 11, 201212Year Member
Posts: 1,693
Reputation Power: 74
You are viewing our Forum Archives. To view or take place in current topics click here.