views:

267

answers:

2

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
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