pipe0481 Posted February 13, 2018 Posted February 13, 2018 I've got a few DLL files that I want to download from somewhere else, however when I go to its URL, the page loads for a while and then gives a ERR_EMPTY_RESPONSE. I guess this is caused by ASP.NET, in which case, is there any way to stop it from executing files inside certain folders? If not, please disable ASP.NET.
wolstech Posted February 13, 2018 Posted February 13, 2018 I had the same problem when implementing something for heliomine, and I don't even have asp.net on my account. I ended up just changing the extensions and making the program rename them. I'd love to see a proper solution to this though. Moving.
pipe0481 Posted February 14, 2018 Author Posted February 14, 2018 Yup, that's what I'm doing right now.
Recommended Posts