K
Kevin
We use IIS5 to devlop ASP web pages. This was fine until our primary web
hosting company moved to IIS6.
Main problem I get is:-
<!-- #include file="adovbs.inc"-->
Works fine on IIS5 but fails on 6.
6 seems to only operate with this.
<!-- #include virtual="adovbs.inc"-->
It's a real pain changing code before publishing. Is there any way can get
same version of code to work on both IIS5 and IIS6??
hosting company moved to IIS6.
Main problem I get is:-
<!-- #include file="adovbs.inc"-->
Works fine on IIS5 but fails on 6.
6 seems to only operate with this.
<!-- #include virtual="adovbs.inc"-->
It's a real pain changing code before publishing. Is there any way can get
same version of code to work on both IIS5 and IIS6??