Applying Advanced Mail on a page render stange paths:
<!--#include file="../../../../../../../Connections/conn.asp" --> RG_Files = "@_@_@0@_@_@ @_@_@ @_@_@../../../../../../../" <!--#include file="../../../../../../../dwzMail/Upload.asp" --> <!--#include file="../../../../../../../dwzMail/AdvancedMail.asp" --> <!--#include file="../../../../../../../dwzMail/UploadAdvanced.asp" -->
right paths is (and working):
<!--#include file="Connections/conn.asp" --> RG_Files = "@_@_@0@_@_@ @_@_@ @_@_@" <!--#include file="dwzMail/Upload.asp" --> <!--#include file="dwzMail/AdvancedMail.asp" --> <!--#include file="dwzMail/UploadAdvanced.asp" -->
I have not changed anything on the site, but I did update from earlier version of Adv. mail. Earlier version did not have this problem on this site. Path to my sites dev. folder: D:\dev\project\www\filewithadvmail.asp
|
|
|