I'm using the DAAB and only make a simple call:
VB Code:
  1. Dim db As Database = DatabaseFactory.CreateDatabase()
  2.  
  3. Dim cmdWrapper As DBCommandWrapper = db.GetStoredProcCommandWrapper("GetCategories")
  4.  
  5. dg.DataSource = db.ExecuteDataSet(cmdWrapper)
  6. dg.DataBind()
I see the data fine and close the page. Then I open Internet Explorer and it locks at "Detecting Proxy Settings...". I have to end task on the aspnet_wp.exe process and it's fine.

Has anyone encountered this and how did you fix it?