ASP.NET MVC FileContentResult IE 8.0 hangs on download
- by marc.d
some of my users are expieriencing problems when they try to download a report, the download just hangs on 0%, restarting IE usually fixes the problem.
why does this happen?
i am using ASP.NET MVC (v1), the my action looks like this
<Authorize()> _
<AcceptVerbs(HttpVerbs.Get)> _
Function RenderReport(ByVal guid As Guid, ByVal anonym…