nuPickers icon indicating copy to clipboard operation
nuPickers copied to clipboard

Install option to extract embedded resources onto file system

Open Hendy opened this issue 10 years ago • 1 comments

Hendy avatar Jul 22 '14 13:07 Hendy

Hi,

I just came across an issue where the embeded resources do not work when you have runAllManagedModulesForAllRequests="false"

This is because the resources are being served by a controller action/route and without RAMMFAR enabled IIS will try to resolve .js & .css urls itself

This can be resolved by creating an iHttpHandler and setting the path to umbraco/App_Plugins/nuPickers/*.js etc.

Or you could extract the resources as described in this ticket.

Thanks,

abriggs-eduserv avatar Aug 13 '14 11:08 abriggs-eduserv