Home › Forums › IIS 7.0 › IIS7 - General › XSSI with IIS (Conditional SSI)
Previous Next
Last post 08-26-2008 3:20 AM by khblenk. 2 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (3 items)
Sort Posts: Oldest to newest Newest to oldest
Hi,
does anyone know if there exist any solution to get SSI extensions (XSSI) work on IIS? We need conditional SSI (if...then...else) in SSI files urgently. Perhaps: Any .dll extensions from 3rd party vendors? When no solution is available for IIS we must migrate some hundred sites to apache :-(
Regards,Karl-Heinz
If this is new code that you are writing, why not use ASP or ASP.Net rather than XSSI?
the page must be able to run platform independent (Linux and Windows, Apache and IIS). So ASP / ASP.NET isn't really an option. Perhaps, PHP works. But XSSI would be better (smaller overhead as php / asp / asp.net)