by nolovelust
5. October 2010 18:55
I've been having few problems with my Asp.net downloader (see http://nolovelust.com/post/C-file-downloader-AKA-ResponseBinaryWrite.aspx). Problem was that if I start to download a file Asp.net would not respond to other requests from same session. After a bit of research I've came accross http://forums.asp.net/t/1204045.aspx and http://www.guidanceshare.com/wiki/ASP.NET_2.0_Performance_Guidelines_-_Session_State
So by adding EnableSessionState="ReadOnly" to my page i was able to get Aps.net to respond subsequent requests