I am using the asp.net file uploads, but it's not a major part of the app and so far people aren't utilizing it. There have been only 20 files uploaded over the course of 1.5 months, so it's definitely not needing to upload files very often..
Actually, it is using BinaryRead frequently, simply due to the fact that the main form that accepts user input also has file upload boxes. This main form only seems to be posted to roughly 3 to 6 times per day, whereas some of the more child forms post much more frequently than that (and there is no ability to upload files there). I just looked through some timestamps and the event viewer, and the times just don't match up compared to people posting data vs the process dying. It seems like a very consistent hourly event, and most of the people read the site as opposed to post data to it. Going through the code to double-check everything, there's literally nothing unusal going on. Lots of databinding, quite a few db calls, some #include files, a lot of user controls, no unhandled exceptions (actually very few)... The only real unusual thing is that this server was upgraded from WinNT4 to Win2k (has all service packs and updates).. Adam.. -----Original Message----- From: Bryan Batchelder [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 11:28 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] aspnet_wp.exe recycling I had this problem and traced it back to a bug in ASP.NET's Request.BinaryRead()....which was playing hell with the app since it was designed as a web based file management system - so I had to revert back to ASP3.0 for the HTTP file uploads. At normal usage the process was reclying several times an hour - and was killing off any uploads that were in process :-( You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.