Caching and the WebBrowser control in .Net
I'm using the WebBrowser control in .Net to execute some 3rd party affiliate marketing conversions. I have a queue table in a database with all the scripts/images to execute. I loop through all these in a WinForms app with the WebBrowser control. After I've executed a script/image I Dispose the WebBrowser control, set it to null, and renews it with a new WebBrowser control instance. Consider this URL: http://renderserver/RenderScript.aspx?id=1 RenderScript.aspx displays an Image with a URL of e.g.: http://3rdparty/img.ashx?id=9343 I use Fiddler to see all requests and responses, and when the