P
Pietro
One of the limitations of ASP is the lack of a dynamic SSI, in which you can
include files using variables. So far I know only of two methods to go
around that.
1. to use the File System Object
2. to use the XMLHTTP Object
Which one of the two is less of a burden for IIS ? Or are there other ways
that are much better? Thanks in advance.
include files using variables. So far I know only of two methods to go
around that.
1. to use the File System Object
2. to use the XMLHTTP Object
Which one of the two is less of a burden for IIS ? Or are there other ways
that are much better? Thanks in advance.