Forum Moderators: open
or if server.execute puts more strain on the server (given a very busy site)
thanks
It looks like server.execute could be used to minimise server load though - as it's processed by the asp engine rather than the server, you can do conditional includes ie only include the extra file if it's actually needed. With SSI it's all or nothing.
info like this is so difficult to research, theres so much info about techniques and such like, but so little about how much the server is actually taxed by the process and so forth