The requested site is either unavailable or cannot be found

Introduction 

 
I have a Classic ASP application running on IIS 7. Recently run into an issue uploading large files. Got that solve. But run into the error “Unable to open this Internet Site. The requested site is either unavailable or cannot be found. Please try again later.” when trying to download the uploaded document. The error message is somewhat misleading and Google search did not provide an accurate solution to the problem. Some sites suggested disabling suspected add-on, uninstalling and reinstalling the browser, modifying the registry, disabling firewall, etc…
 
Figure 1
 
download_error.gif
 
According to the Microsoft Support site, this problem occurs because IIS enforces a default Active Server Pages (ASP) response buffer value of 4 MB when ASP response buffering is disabled. (http://support.microsoft.com/kb/944886). One of the solutions is to increase the Response Buffering Limit value. If you happen to come across this sort of problem, try to look into the IIS setting. I hope someone will find this post useful.
 
Figure 2
 
IIS_ASP_setting.gif