I have created a plugin. All seems to work and it gets installed in App_Plugins\Packages\Pugpig. THe dll's being put in the lib folder underneath this.
In my plugin I have some surface and umbraco controllers, one being InitContentController.
I would expect to be able to access these controllers through these urls:
Plugin controller routing problems
Hi,
I have created a plugin. All seems to work and it gets installed in App_Plugins\Packages\Pugpig. THe dll's being put in the lib folder underneath this.
In my plugin I have some surface and umbraco controllers, one being InitContentController.
I would expect to be able to access these controllers through these urls:
http://umbraco.local/Umbraco/pugpig/InitContent/Index
However, I get a 404.
if I move the dll to the bin folder, I can access them on http://umbraco.local/pugpig/InitContent/Index
Any idea what am I missing?
Thanks,
Lee
i have the same issue, will somebody help?
is working on a reply...