In IIS5 with ASP when I try to run an SSI command:
<!--#include virtual="/asp_scripts/template.asp?section=1&sub=Main"
-->
I get "404 Object Not Found" But if I remove the query string like so:
<!--#include virtual="/asp_scripts/template.asp" -->
It works just fine.
Any ideas on how to fix this problem? Time is of the essence and I
really appreciate your time and responses.
Thanks,
Jeremy