I have a buch of 3rd party .NET user controls that I deployed into the /usercontrols folder and exposed as macros. These are working fine. The problem is that these user controls make use of other resources like images and pages (all of them also under usercontrols) and they don't seem to be accessible to the macros.
Example:
~\usercontrols\3rdPartyComponents\Controls (a bunch of .ascx files)
~\usercontrols\3rdPartyComponents\Pages (a bunch of aspx pages)
The components use pages in the Pages folder and the paths are correct but the server is returning a 404 error (I checked this using Fiddler).
Please note these pages are not umbraco pages but asp .net web form pages. The controls open popups that are IFrames with these pages inside (nothing fancy)
Is there a way of fixing this? Can I "expose" the pages somehow? Should I locate the pages somewhere else?
3rd party pages?
Hello, I'm using v 4.7.1.1
I have a buch of 3rd party .NET user controls that I deployed into the /usercontrols folder and exposed as macros. These are working fine. The problem is that these user controls make use of other resources like images and pages (all of them also under usercontrols) and they don't seem to be accessible to the macros.
Example:
~\usercontrols\3rdPartyComponents\Controls (a bunch of .ascx files)
~\usercontrols\3rdPartyComponents\Pages (a bunch of aspx pages)
The components use pages in the Pages folder and the paths are correct but the server is returning a 404 error (I checked this using Fiddler).
Please note these pages are not umbraco pages but asp .net web form pages. The controls open popups that are IFrames with these pages inside (nothing fancy)
Is there a way of fixing this? Can I "expose" the pages somehow? Should I locate the pages somewhere else?
Thanks in advance.
is working on a reply...