Hi,
I have successfully set up zoom using the asp.net server control and i can get it to work in a dnn skin just by adding
and
to the skin file.
However for this to work the zoomaspx.dll needs to be in the root/bin folder and then the .zdat files need to be in the root folder also.
So my problem is we have multiple portals on this dnn installation and we would like to use zoom on all of them however with this method we can only use it for one website as the index files are in the root folder.
Is there anyway i can move the index files out of the root folder into sub folders and tell the .dll where to find them??
Thanks
Matt
I have successfully set up zoom using the asp.net server control and i can get it to work in a dnn skin just by adding
Code:
<%@ Register TagPrefix="ZoomASPX" Namespace="ZoomASPX" Assembly="ZoomASPX" %>
Code:
<ZoomASPX:ASPXSearch id="ASPXSearch" runat=server/>
However for this to work the zoomaspx.dll needs to be in the root/bin folder and then the .zdat files need to be in the root folder also.
So my problem is we have multiple portals on this dnn installation and we would like to use zoom on all of them however with this method we can only use it for one website as the index files are in the root folder.
Is there anyway i can move the index files out of the root folder into sub folders and tell the .dll where to find them??
Thanks
Matt
Comment