You have assigned task to add watermark to all the images in ASP.Net web application. What is the best way to intercept every request for those images?

 Posted by Rajkatie on 1/31/2015 | Category: ASP.NET Interview questions | Views: 4374 | Points: 40
Select from following answers:
  1. A custom HTTP handler configured to serve .png and .jpg files
  2. An HTTP module handling the PostRequestHandlerExecute event
  3. An HTTP module handling the AuthorizeRequest event
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response