IIS 7 and PathInfo

Hello,

In IIS 6 the path info of :
http://www.mysite.com/script/rooter.dll/path/info/ gave me /path/info/

but in IIS 7 (under vista) i receive this :
/script/rooter.dll/path/info/

What's wrong ?

thanks by advance for your help !
stephane
Loki [ Mo, 14 April 2008 10:29 ] [ ID #1942153 ]

Re: IIS 7 and PathInfo

On Apr 14, 1:29=A0am, "loki" <loki5100-newsgr... [at] yahoo.fr> wrote:
> Hello,
>
> In IIS 6 the path info of :http://www.mysite.com/script/rooter.dll/path/in=
fo/gave me /path/info/
>
> but in IIS 7 (under vista) i receive this :
> /script/rooter.dll/path/info/
>
> What's wrong ?
>
> thanks by advance for your help !
> stephane


The expected value of PathInfo depends on server configuration. There
is no single "correct" value of PathInfo given a URL of
http://www.mysite.com/script/rooter.dll/path/info/

How did you configure IIS7? Are you still running an ISAPI Extension?
Is there still a /script vdir with Execute permissions? Are you
running with a handler for .dll extension mapped to isapi.dll?


//David
http://w3-4u.blogspot.com/David.Wang
http://blogs.msdn.com/David.Wang
//
David Wang [ Di, 15 April 2008 04:14 ] [ ID #1942971 ]
Webserver » microsoft.public.inetserver.iis » IIS 7 and PathInfo

Vorheriges Thema: What's the best way to measure performance for a web application?
Nächstes Thema: IIS with web root in an NFS Server