Has anyone used SIFR or Facelift (FLIR) with ASP.net? I noticed that all the scripts included with FLIR are all PHP pages. I looked around but it looks like there isn't a good solution for image replacement for ASP.net.
+1
A:
sIFR is a client-side technique that leverages Javascript and Flash, so is pretty much independent of which server-side language you use. For some examples of how to implement it, see How to use.
RedFilter
2009-06-24 21:02:41
A:
Either go for the client side solution sIFR.
Or if you want to do it server side, rewrite the PHP into ASP.NET, or install PHP on your server.
Gidon
2010-06-15 07:43:42