1<img src="imagenotfound.gif" alt="Image not found" onerror="this.onerror=null;this.src='imagefound.gif';" />
1
2<!-- Web.Config Configuration File -->
3
4<configuration>
5 <system.web>
6 <customErrors mode="On"/>
7 </system.web>
8</configuration>