April 12, 2002 2:26 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] HTTPException
Hello
I have an ASP.NET application where I have a functionality to upload files.
I need to perform some basic checks on the size of the file etc. When I
tried to upload a file of size 40MB, I get an error message (pag
Hello
I have an ASP.NET application where I have a functionality to upload files. I need to
perform some basic checks on the size of the file etc. When I tried to upload a file
of size 40MB, I get an error message (page not found) generated by a private method of
HTTPException class. The na