• Publisert
  • 1 min

Problems with dashboard

Have you ever had problems with the Dashboard giving you 404 in EPiServer before? That is probably because you have forgotten to configure  the IIS correctly

For some months I have had problems with the Dashboard in EPiServer giving me 404. I thought there was some problem in my configuration files, but apprently not.

The solution was that i was missing the UrlRoutingHandler in the IIS. You can add it by going to your web site in IIS and click Handler Mappings,

Handler Mappings

Then click Add Managed Handler.

Add handler

Fill out the settings like this and click OK.

Handler settings

The handler is now added.

Handler added

Then when you try to access the Dashboard again, everything is fine.