Vad är fel:
HttpContext.Current.Response.ContentType = "APPLICATION/OCTET-STREAM"
HttpContext.Current.Response.AddHeader("Content-Disposition", "attachment;filename=""minfil.zip"")
Dim _bytes As Byte() = Convert.FromBase64String("BASE64STRINGDATA")
HttpContext.Current.Response.BinaryWrite(_bytes)
Den skriver ut allt i "browsern" och visar INTE Save As dialogen.
Någon som har en bit NET kod ..... i Classic ASP funkar det ju med BinaryWrite .....
cya,
/PatrikB