I'm having a strange problem while uploading a simple text file.
I have this page with an asp:Upload control, and nothing more.
This upload works with every file, except one. Ok, the file might be corrupted, no problem with that. The thing is, nothing seems to run. It don't fall into any event (including PreInit), nor redirects to my custom error page.
Does anyone has gone into this? Is there any way I can catch this error, at least to show a message that an error occurred?
My error page is defined in web config: <customErrors defaultRedirect="Error.aspx" />
(Unfortunately, I can't share this file, as it contains sensitive information, like phone, name, address, etc)