Re: Application mapping - how can I dig deeper?
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 03/01/05
- Next message: ted_thompson61: "Re: Problem executing program in IIS"
- Previous message: Jonathan Maltz [MS-MVP]: "Re: Virtual Directory ?"
- In reply to: Benman: "Re: Application mapping - how can I dig deeper?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 28 Feb 2005 16:27:40 -0800
No problem.
This sort of problem usually only happen to CGI not originally meant to work
on the web (they require the "%s" to work instead of picking out the
necessary values from the PATH_INFO/QUERY_STRING environment variables). We
are really digging back at the compatibility stack here. :-)
I realize that the problem with quotes and spaces is going to be a
persistent problem for a commandline tool since Windows Script Host strips
the quotes out, so we'll likely continue to fight incongruencies like this
in the future. But, that's what compatibility is about... probably not a
first class citizen, but it continues to work.
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "Benman" <bmannino@gmail.com> wrote in message news:1109626049.598562.166880@l41g2000cwc.googlegroups.com... David, I followed step 2 to the letter, and now its working like a charm! Thank you very much for all your help - this was a very challenging problem, and I most definitely could not have got it working without your help. Best Regards, -Ben
- Next message: ted_thompson61: "Re: Problem executing program in IIS"
- Previous message: Jonathan Maltz [MS-MVP]: "Re: Virtual Directory ?"
- In reply to: Benman: "Re: Application mapping - how can I dig deeper?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|