Use either in an ASHX file and inherit from this handler, or add into web.config HttpHandlers for a specific URL.
Make sure you set the wwBannerConfiguration.wwBannerHandlerUrl to point at what ever location you choose.
public class BannerHandler : object, IHttpHandler
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() |
ProcessRequest | Main banner manager request handler. This public sealed void ProcessRequest(HttpContext context);
|
![]() |
IsReusable | This handler has no state and is reusable |