I'm using the fileUpload control in C# (Asp.net) to upload a file on the servers directory: ex. www.yourwebsite.com/Directory/. However, a rooted path is need to upload files on parallels plesk. Such as: C:/Inetpub/wwwroot/yourwebsite/Directory... Does anyone know how to obtain the rooted path for which Parallels plesk stores "yourwebsite/Directory" Directory? P.S., I'm trying to avoid FTP and use the fileUpload.SaveAs method instead. Thanks,