M
Matt Bailey
Hi,
I have an ASPX page with a C# backend in which I use a StreamReader to
input a file so that I can parse through it. While the code I have
works, I get a 404 error when I try to use an input file larger that 10
mb, which will be a common occurance for my app. Is there a way I can
increase the time on the timeout, or is there an alternative to the
streamreader that I can use?
Any help is greatly appreciated.
Thanks
I have an ASPX page with a C# backend in which I use a StreamReader to
input a file so that I can parse through it. While the code I have
works, I get a 404 error when I try to use an input file larger that 10
mb, which will be a common occurance for my app. Is there a way I can
increase the time on the timeout, or is there an alternative to the
streamreader that I can use?
Any help is greatly appreciated.
Thanks