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 by _

_
Tue Jan 15 11:19:12 CST 2008

Post a code sample perhaps?

The IP, and port are not relevant to a include virtual.

"Tim Burkart" <timburkart@comcast.net> wrote in message
news:hc2dnT_LQsGgXxHanZ2dnUVZ_oqhnZ2d@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 by Tim

Tim
Tue Jan 15 11:58:47 CST 2008

<%@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@comcast.net> wrote in message
> news:hc2dnT_LQsGgXxHanZ2dnUVZ_oqhnZ2d@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 by David

David
Wed Jan 16 02:10:59 CST 2008

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...@comcast.Invalid.net>
wrote:
> <%@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...@comcast.net> wrote in message
> >news:hc2dnT_LQsGgXxHanZ2dnUVZ_oqhnZ2d@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 by Tim

Tim
Wed Jan 16 10:57:18 CST 2008


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...@comcast.Invalid.net>
> wrote:
>> <%@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...@comcast.net> wrote in message
>>> news:hc2dnT_LQsGgXxHanZ2dnUVZ_oqhnZ2d@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 -
>