Select from following answers:- A custom HTTP handler configured to serve .png and .jpg files
- An HTTP module handling the PostRequestHandlerExecute event
- An HTTP module handling the AuthorizeRequest event
- All Above
module is not the best way to handle the request for image call.Intercepting every request for .jpg and .png files is the easiest way.
Show Correct Answer
|
Alert Moderator