London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Your SuperDuperPluginController is not public. Make it public and it'll work.
I'm having trouble creating an admin plugin (http://world.episerver.com/blogs/Paul-Smith/Dates1/2011/8/Creating-EPiServer-AdminEdit-Plug-ins-using-MVC/).
The controller doesn't seem to be hit. This is how I tried to do it:
Installed a new fresh Alloy site (9.6.1.0) and created the plugin.
And then added the route in Global.asax.cs
It seems that the route is working because the url http://localhost:6904/superduperplugin returns a different 404 (from ASP.Net?), than the url http://localhost:6904/superduperpluginxxxx (404 from IIS). But the controller is never hit. I've tried different namespace for the controller without any luck.
What am I doing wrong?