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.
Asked
Active
Viewed 389 times
2 Answers
1
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.

D'Arcy Rittich
- 167,292
- 40
- 290
- 283
0
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.

Gideon
- 18,251
- 5
- 45
- 64