modeuls are:
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
<!-- remove unnecessary http modules for faster pipeline -->
<remove name="PassportAuthentication" />
<remove name="FileAuthorization" />
<remove name="WindowsAuthentication" />
<!--<remove name="ErrorHandlerModule" /> not sure if I use this or not 2/3/9-->
</httpModules>
This is a plain .net webform that is using a masterpage. I posted all of the relevant code.
Is there a way to force the fileuploader to close the stream?