Forums
This topic is locked
Smart Image Processor and path
Posted 01 Apr 2008 01:05:58
1
has voted
01 Apr 2008 01:05:58 luca leonardi posted:
First of all sorry for my terrible english...Hi,
I want to use SIP2 but it doesn'y work...
I 've Pure Asp Upload 3 and this structure of my website root.
root
|-PUBLIC (directory for upload)
|-MD-database
|-ADMIN
| |- PRODUCTS (subdir with the administration page)
|
|-SITE
|- ITA (public page)
Now there is a page \admin\products\newproduct.asp that insert a new record in database
If i use only ASP Upload all it's ok (i use absolute and full path )
If i add SIP2 there is an error (i use absolute path too)
the error is:
Server.MapPath() error 'ASP 0175 : 80004005'
Disallowed Path Characters
/ScriptLibrary/incSIP2Class.asp, line 446
The '..' characters are not allowed in the Path parameter for the MapPath method.
newproduct.asp use virtual include.
thnks for your help!