Hi im currently trying to figure out the problem of a code with IHttphandler

<%@ WebHandler Language="vb" Class="ShowImag e" %>

Imports System
Imports System.Configur ation
Imports System.Web
Imports System.IO
Imports System.Data
Imports System.Data.Sql Client

Public Class ShowImage
Implements IHttpHandler
Public Sub ProcessRequest( ByVal...