Re: [DOTNET] HTTPException

2002-04-12 Thread Sills, Adam
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

[DOTNET] HTTPException

2002-04-12 Thread Appuswamy Kannan
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