As per title
createobject scripting.filesystemobject IIS 7 - vbscript code is always trying to save file in C:\Windows\System32\inetsrv\ instead of web site folder
and I get a "permission denied" error of course
The file should be being saved in the web site folder.
Any help much appreciated.
edit: The vbscript is being called from a form in a website running under IIS7 on win 7 dev machine. I am not setting any path in this case but when I tried ".\" IIS also attempted to use the "inetsrv" path and not the web site root folder as I was expecting.
Server.MapPath()to build your save path – oracle certified professional Oct 6 '11 at 8:09