Use absolute paths for settings?

  •  03-29-2006, 11:33 AM

    Use absolute paths for settings?

    Hello,
     
    Is it possible to use absolute path names to declare the css dir in CE?
    I have this:
     
    editor.EditorWysiwygModeCss = "C:\InetPub\vhosts\actclick.com\httpdocs\articlePages\default.css"
    But it gives me the error that this path is not a valid virtual path
     
    I use CE to edit pages in a site
    This site is in:
    C:\InetPub\vhosts\actclick.com\httpdocs\
     
    The management application that CE is used in to edit the site pages is in:
    C:\InetPub\vhosts\actclick.com\subdomains\httpdocs\
     
    I tried using server.mappath("..\") but I get the error that I can't go over the root directory of the application
    Is there an other way of doing this?
     
    Thank you
View Complete Thread