c# - Create Watermark on an Image in ASP.NET -
i'm trying create watermark , i've followed this tutorial.
but have error: http error 500.23
, prepare i've tried this.
but still have same problem. web.config file:
<?xml version="1.0" encoding="utf-8"?> <!-- more info on how configure asp.net application, please visit http://go.microsoft.com/fwlink/?linkid=169433 --> <configuration> <system.web> <httphandlers> <add verb="*" path="*.jpg,*.gif" type="watermark" /> </httphandlers> <compilation debug="true" targetframework="4.5" /> <httpruntime targetframework="4.5" /> </system.web> </configuration>
i believe problem somewhere here.
you can download project here: http://dox.bg/files/dw?a=17cd9d0ace
c# asp.net httphandler watermark
No comments:
Post a Comment