|
Home > Archive > IIS ASP > May 2007 > Cannot use a leading .. to exit above the top directory.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Cannot use a leading .. to exit above the top directory.
|
|
|
| Hi,
I'm getting this issue "Cannot use a leading .. to exit above the top
directory" when i access in my server, it is working fine in my local.
We are using RewriterRule in web.config file.
I'm using ASP .net 2.0, IIS 6.0.
Thanks in advance.
AKS
| |
| Evertjan. 2007-05-12, 1:16 pm |
| aks wrote on 12 mei 2007 in microsoft.public.inetserver.asp.general:
> I'm getting this issue "Cannot use a leading .. to exit above the top
> directory" when i access in my server, it is working fine in my local.
> We are using RewriterRule in web.config file.
>
> I'm using ASP .net 2.0, IIS 6.0.
>
This is a classic asp group.
Dotnet questions should be asked in
<microsoft.public.dotnet.framework.aspnet>
IIS has it's own NG.
Possibly you want to access a directory "above" the root
without giving access.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
| |
| Bob Barrows [MVP] 2007-05-12, 7:17 pm |
| aks wrote:
> Hi,
>
> I'm getting this issue "Cannot use a leading .. to exit above the top
> directory" when i access in my server, it is working fine in my local.
> We are using RewriterRule in web.config file.
>
> I'm using ASP .net 2.0, IIS 6.0.
>
> Thanks in advance.
Parent paths are disabled by default in IIS 6. You need to use IIS Manager
to enable them
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
|
|
|
|
|