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

Dashboard Template doesn't work?

2 Answers 93 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 13 Oct 2016, 09:25 PM
For the 2016.3.914 release, I tried using the Dashboard project template, since I have to start thinking of building a dashboard at work, but upon running it, I just get a bunch of 500 errors on all the CSS and JS files...  Does this project template not work out of the box?  What do I need to do to get it to work?

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimiter Madjarov
Telerik team
answered on 17 Oct 2016, 08:23 AM

Hello Joe,

Thank you for reporting this. We reproduced the issue on our end too. It is caused by the following code in the Web.config file:

<system.webServer>
  <staticContent>
    <mimeMap fileExtension=".json" mimeType="application/json; charset=UTF-8" />
  </staticContent>
</system.webServer>
which is required when running the project in older Visual Studio and IIS versions.

At the moment you could comment or remove those lines. I will report this behavior to the developers team, so we could address it in future versions.

Regards,
Dimiter Madjarov
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Joe
Top achievements
Rank 1
answered on 17 Oct 2016, 04:26 PM
Thank you
Tags
General Discussions
Asked by
Joe
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Joe
Top achievements
Rank 1
Share this question
or