Dear Friends
Hope you doing great.
I have recently shifted to a webhost which is Using Windows 2003 and IIS
6. Now my application was working fine earlier but now I am facing this
problem
Server.MapPath( ) error 'ASP 0175 : 80004005'
Disallowed Path Characters
/backend/_add_two.asp, line 103
The '..' characters are not allowed in the Path parameter for the
MapPath method.
Now I found out that this error is because of default setting of Enable
Parent Paths is disabled by default in IIS 6.0.
More info can be found at support.microso ft.com/?id=332117.
Now what if my service provider cant change that setting. What is the
work around, how to access the directory movving up down. Any help will
be appreciated.
Love
Lovely
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Hope you doing great.
I have recently shifted to a webhost which is Using Windows 2003 and IIS
6. Now my application was working fine earlier but now I am facing this
problem
Server.MapPath( ) error 'ASP 0175 : 80004005'
Disallowed Path Characters
/backend/_add_two.asp, line 103
The '..' characters are not allowed in the Path parameter for the
MapPath method.
Now I found out that this error is because of default setting of Enable
Parent Paths is disabled by default in IIS 6.0.
More info can be found at support.microso ft.com/?id=332117.
Now what if my service provider cant change that setting. What is the
work around, how to access the directory movving up down. Any help will
be appreciated.
Love
Lovely
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment