absolute path for LoadHtml() and SaveFile() methods

  •  01-16-2006, 6:59 PM

    absolute path for LoadHtml() and SaveFile() methods

    Hi,

    I have html-file on a one server and aspx-file (which use methods LoadHtml() and SaveFile()) on other one. I use parameters for these method like http://firstserver/folder/file , but every time I got error : "Invalid path for MapPath... A virtual path is expected"
     
    How can I work out this situation when there are html-file on one server and aspx.file on another server (with .Net framework)? Is it possible to use absolute path for LoadHtml() and SaveFile() methods?

    Thanks,
    Igor
     
View Complete Thread