Re: IIS5 to 6 migration trouble with ASP include directives
From: John Chertudi (anonymous_at_discussions.microsoft.com)
Date: 08/09/04
- Next message: Jeff Cochran: "Re: IIS5 to 6 migration trouble with ASP include directives"
- Previous message: Bob Barrows [MVP]: "Re: Access97 DB locks up the asp code at times"
- In reply to: Aaron [SQL Server MVP]: "Re: IIS5 to 6 migration trouble with ASP include directives"
- Next in thread: Jeff Cochran: "Re: IIS5 to 6 migration trouble with ASP include directives"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 9 Aug 2004 11:10:50 -0700
Thanks for your reply. We COULD do this, but we don't want
to update thousands of files if we don't have to. This
same setup works great under IIS5 and has for years. I am
hoping to be able to avoid rebuilding our includes, and
would rather do a registry hack or something.
Does any one KNOW if IIS6 indeed handles include paths
differently? If so, I'd like to know how to change it
back. We want to take advanatge of all the other IIS6
benefits.
TIA
John Chertudi
>-----Original Message-----
>Instead of ../../ why not just use / ?
>
>--
>http://www.aspfaq.com/
>(Reverse address to reply.)
>
>
>
>
>"John Chertudi" <anonymous@discussions.microsoft.com>
wrote in message
>news:283201c47de5$456a6580$a401280a@phx.gbl...
>> We are poised to migrate about 600 ASP sites from a
single
>> IIS5 server to a new pair of IIS6 servers. However, it
>> appears that all files with includes like:
>> <!-- #include virtual="../../includes/file.asp" -->
>> will not work on IIS 6, it returns ASP 0126, include
file
>> not found.
>>
>> We have enabled parent paths, but I can't find any
>> documentation that suggests that IIS 6 handles include
>> directives differently than IIS 5.
>>
>> Has this in fact changed in IIS 6? We are trying to
avoid
>> a huge and messy "search and replace embedded text"
>> exercise. Your thoughts greatly appreciated.
>>
>> TIA
>>
>> John Chertudi
- Next message: Jeff Cochran: "Re: IIS5 to 6 migration trouble with ASP include directives"
- Previous message: Bob Barrows [MVP]: "Re: Access97 DB locks up the asp code at times"
- In reply to: Aaron [SQL Server MVP]: "Re: IIS5 to 6 migration trouble with ASP include directives"
- Next in thread: Jeff Cochran: "Re: IIS5 to 6 migration trouble with ASP include directives"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|