which one is faster? (for static html page include)
|
feedback
|
|
Probably the fastest solution for static html page include would be Server Side Includes: foo.asp
baz.htm
| |||
|
feedback
|
|
which one is faster? (for static html page include)
| ||||
|
feedback
|
|
Probably the fastest solution for static html page include would be Server Side Includes: foo.asp
baz.htm
| |||
|
feedback
|
Server.Executewill make use of the web server's cache better that FSO. – Gabe Feb 23 '11 at 6:58