Forums
This topic is locked
Server.MapPath() error 'ASP 0175 : 80004005'
Posted 10 Dec 2010 17:23:30
1
has voted
10 Dec 2010 17:23:30 red snapper posted:
I've been using the ASP file uploader and smart image processor for many years, but now because i need to move my files to a new server at my host i'm getting this error mesage when I add new images to my site:Server.MapPath() error 'ASP 0175 : 80004005'
Disallowed Path Characters
/ScriptLibrary/incResizeAddOn.asp, line 487
The '..' characters are not allowed in the Path parameter for the MapPath method.
any idea how i can fix this?
keith morris
Replies
Replied 15 Dec 2010 11:33:58
15 Dec 2010 11:33:58 Patrick Woldberg replied:
You could enable parent paths on your server (www.dmxzone.com/go?5425).
Or you could use an absolute path like "/ScriptLibrary/" instead of "../ScriptLibrary/"
Or you could use an absolute path like "/ScriptLibrary/" instead of "../ScriptLibrary/"