This is a migrated thread and some comments may be shown as answers.

Runtime Error in demos

2 Answers 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bryan Brannon
Top achievements
Rank 2
Bryan Brannon asked on 05 Nov 2008, 01:38 PM
I was looking for some working examples in the demo section of your site and noticed some runtime errors when trying to get to the Menu.

http://demos.telerik.com/ASPNET/Prometheus/Menu/Examples/Overview/DefaultVB.aspx
http://demos.telerik.com/ASPNET/Prometheus/Menu/Examples/Overview/DefaultCS.aspx

2 Answers, 1 is accepted

Sort by
0
Bryan Brannon
Top achievements
Rank 2
answered on 05 Nov 2008, 01:39 PM
It appears to be happening now in the following project:

http://demos.telerik.com/aspnet/prometheus/

 

Server Error in '/aspnet/prometheus' 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>
0
Paul
Telerik team
answered on 05 Nov 2008, 01:44 PM
Hello Bryan,

Yes, we are aware of the problem and we are currently working on it. Please try again in a couple of minutes.

Please excuse us for the temporary inconvenience we might have caused you,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Bryan Brannon
Top achievements
Rank 2
Answers by
Bryan Brannon
Top achievements
Rank 2
Paul
Telerik team
Share this question
or