If I use virtualpath="http://MySite.org/Images/000.jpg", I get an error
message that this is not a virtual path.
If virtualpath="//localhost/Images/", MapPath returns wrong path.
Currently I use FileSystemObject which works with localhost but not with the
Web site. What can I do?