I have installed Mike's file attachment mod and it is working fine if I upload .doc or .xls files. If I try to upload other file types such as .ppt or .zip file, I get a "500 Internal Server Error. There is a problem with the resource you are looking for, and it cannot be displayed." I have confirmed that the file extensions are allowed in outputfile.asp. I have also tried excluding the upload folder from the antivirus...just to rule that out. This is on Server2008/IIS7. I have set my browser to not show friendly HTTP error messages, but I get the same response. Any ideas would be appreciated.
You'll need to get your host to allow detailed error messages to be displayed or have a look in your log files for the real error.
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
Found the issue. By default IIS7 allows a max upload size of 20000bytes. In IIS6 the setting is called AspMaxRequestEntityAllowed. In IIS7 go to the ASP configuration and change the limit to your desired value.