Unbelievable! I have a webservice which tries to write a file to temp
directory ,yes the svc have write access, and I get
The following error occurred while processing file: foo.dat Exception of
type 'System.OutOfMe moryException' was thrown. StackTrace- at
System.IO.TextW riter.WriteLine (String value)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
The filesize was 90MB
My server is quite beefy!!
using .net 2.0 and simple streamwrite.wri te() method
yes I have the <httpRuntime maxRequestLengt h="1048576"
executionTimeou t="900"in web.config
directory ,yes the svc have write access, and I get
>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>> >
type 'System.OutOfMe moryException' was thrown. StackTrace- at
System.IO.TextW riter.WriteLine (String value)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
The filesize was 90MB
>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>> >
using .net 2.0 and simple streamwrite.wri te() method
yes I have the <httpRuntime maxRequestLengt h="1048576"
executionTimeou t="900"in web.config
Comment