Forums
This topic is locked
IIS Virtual Site issues
Posted 30 Apr 2003 18:53:02
1
has voted
30 Apr 2003 18:53:02 Sean Riley posted:
Hello all-When using ASP upload (latest version 2.13) with a virtual web site, I cannot and have not been able (even with older version) create file folders unless I reference them with drive and path information for the actual location of the files on the file system. (This does not happen if the site contents physically are below wwwroot, and off of the main server). I still get an error on the first time with new info for the path:
"E:\WEB\OTM2\Clients\" & UploadFormRequest("client" & "\Graphics\" & DatePart("YYYY", Date)" is my entry.
If I use "Clients\" & UploadFormRequest("client" & "\Graphics\" & DatePart("YYYY", Date)" it fails with a permissions error everytime.
In using the entry with full path information, I get from ReSize the following error.
Server.MapPath() error 'ASP 0172 : 80004005'
Invalid Path
E:\WEB\OTM2\../ScriptLibrary/incResizeAddOn.asp, line 391
The Path parameter for the MapPath method must be a virtual path. A physical path was used.
Permissions on the file system are for IUSR and IWAM accounts have full control to the file system.
Any ideas ? Anyone else seen this ?
TIA