Server.MapPath("/somefolder/somesubfolder/myfile.jpg")
Where you can give the function some relative virtual path and get the
physical file system path as in :
D:\inetpub\somefolder\somesubfolder\myfile.jpg
from the above example?
Trying to do some image resizing via PHP on an IIS server and running into some issues that were non-issues using a very similar script on Apache....arrgg! Even the initial GetImageSize function cannot seem to find the image...argg..gnach teeth!
Phil J.