include virtual not working on IIS 7/Vista Ultimate
I have a classic ASP (vbscript, not .NET) site defined on my vista
machine that binds to <local ip address>:82. The live version of this
site uses include virtual however it does not work locally. How can I
avoid changing include virtual to include file? Enable Parent Paths IS
set to TRUE.
Thank you!
Tim
Re: include virtual not working on IIS 7/Vista Ultimate
Post a code sample perhaps?
The IP, and port are not relevant to a include virtual.
"Tim Burkart" <timburkart [at] comcast.net> wrote in message
news:hc2dnT_LQsGgXxHanZ2dnUVZ_oqhnZ2d [at] comcast.com...
>I have a classic ASP (vbscript, not .NET) site defined on my vista machine
>that binds to <local ip address>:82. The live version of this site uses
>include virtual however it does not work locally. How can I avoid changing
>include virtual to include file? Enable Parent Paths IS set to TRUE.
>
> Thank you!
> Tim
Re: include virtual not working on IIS 7/Vista Ultimate
<% [at] LANGUAGE="VBSCRIPT"%>
<!--#include virtual="/Connections/Connection.asp" -->
..._.. wrote:
> Post a code sample perhaps?
>
> The IP, and port are not relevant to a include virtual.
>
> "Tim Burkart" <timburkart [at] comcast.net> wrote in message
> news:hc2dnT_LQsGgXxHanZ2dnUVZ_oqhnZ2d [at] comcast.com...
>> I have a classic ASP (vbscript, not .NET) site defined on my vista machine
>> that binds to <local ip address>:82. The live version of this site uses
>> include virtual however it does not work locally. How can I avoid changing
>> include virtual to include file? Enable Parent Paths IS set to TRUE.
>>
>> Thank you!
>> Tim
>
>
Re: include virtual not working on IIS 7/Vista Ultimate
Is /Connections actually accessible via the URL?
Did you install ASP support on IIS7? It is not installed by default.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Jan 15, 9:57=A0am, Tim Burkart <timNOburkartS... [at] comcast.Invalid.net>
wrote:
> <% [at] LANGUAGE=3D"VBSCRIPT"%>
> <!--#include virtual=3D"/Connections/Connection.asp" -->
>
>
>
> .._.. wrote:
> > Post a code sample perhaps?
>
> > The IP, and port are not relevant to a include virtual.
>
> > "Tim Burkart" <timburk... [at] comcast.net> wrote in message
> >news:hc2dnT_LQsGgXxHanZ2dnUVZ_oqhnZ2d [at] comcast.com...
> >> I have a classic ASP (vbscript, not .NET) site defined on my vista mach=
ine
> >> that binds to <local ip address>:82. The live version of this site uses=
> >> include virtual however it does not work locally. How can I avoid chang=
ing
> >> include virtual to include file? Enable Parent Paths IS set to TRUE.
>
> >> Thank you!
> >> Tim- Hide quoted text -
>
> - Show quoted text -
Re: include virtual not working on IIS 7/Vista Ultimate
ASP support is enabled.
/Connections is accessible via the URL. I created a test page named
default.asp and displayed it.
<!--#include file="../Connections/Connection.asp" --> WORKS
<!--#include virtual="/Connections/Connection.asp" --> DOES NOT WORK
David Wang wrote:
> Is /Connections actually accessible via the URL?
>
> Did you install ASP support on IIS7? It is not installed by default.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
>
>
>
> On Jan 15, 9:57 am, Tim Burkart <timNOburkartS... [at] comcast.Invalid.net>
> wrote:
>> <% [at] LANGUAGE="VBSCRIPT"%>
>> <!--#include virtual="/Connections/Connection.asp" -->
>>
>>
>>
>> .._.. wrote:
>>> Post a code sample perhaps?
>>> The IP, and port are not relevant to a include virtual.
>>> "Tim Burkart" <timburk... [at] comcast.net> wrote in message
>>> news:hc2dnT_LQsGgXxHanZ2dnUVZ_oqhnZ2d [at] comcast.com...
>>>> I have a classic ASP (vbscript, not .NET) site defined on my vista machine
>>>> that binds to <local ip address>:82. The live version of this site uses
>>>> include virtual however it does not work locally. How can I avoid changing
>>>> include virtual to include file? Enable Parent Paths IS set to TRUE.
>>>> Thank you!
>>>> Tim- Hide quoted text -
>> - Show quoted text -
>