IIS 7 and PathInfo

IIS 7 and PathInfo

am 14.04.2008 10:29:48 von Loki

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

Re: IIS 7 and PathInfo

am 15.04.2008 04:14:18 von David Wang

On Apr 14, 1:29=A0am, "loki" 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
//