Forum Moderators: open
----------------------------------------------------
Server.MapPath("../db/dbfile.mdb")
----------------------------------------------------
and it run corectly in IIS 5.
But today, I setup Windows Server 2003 (Web Editor), so, IIS I'm using is: IIS 6. And my project can not run because this Error:
----------------------------------------------------
Server.MapPath() error 'ASP 0175 : 80004005'
Disallowed Path Characters
/index.asp, line 2
The '..' characters are not allowed in the Path parameter for the MapPath method.
----------------------------------------------------
Please let me know how to fix this error.
Thank you so much.
Please let me know how to turn on "Enable Parent Paths"
I finding in IIS but could not see where it was.
In IIS6, somesite which run correctly in IIS 5 could not running. (Althought it have no ".." syntax in include or Mappath..)
Anyone who experience in solving this problem, please help me..
Thanks