Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Mailing Manager Question

  1. #1
    zaffer is offline Member
    Join Date
    Aug 2008
    Posts
    39

    Default Mailing Manager Question

    everytime I try to add an image to a mail created in mailing manager i get the following error message

    Server.MapPath() error 'ASP 0175 : 80004005'

    Disallowed Path Characters

    /login_admin/assetmanager/assetmanager.asp, line 14

    The '..' characters are not allowed in the Path parameter for the MapPath method.



    line 14 of the the page in question reads as follows:

    set oFolder_base0 = oFSO.GetFolder(server.MapPath(arrBaseFolder(0))) 'base folder (Physical)

    All help appreciated.

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Could you tell us what version are you on? This is necessary because other versions don't have the assetmanager folder on it and that could cause directory mapping/ path finding failure.

  3. #3
    zaffer is offline Member
    Join Date
    Aug 2008
    Posts
    39

    Default

    version 7020..

    incidentally i have just solved this issue by doing the following:

    In IIS right click and select properties for the relevant site that needs fixing
    Click the Home Directory tab and then choose Configuration
    Choose options tab and then select 'Enable Parent Paths'

    Thanks for taking the time though..