Sign in
Speaking of which...
Sample solutions from Internet development support
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.NET
Automation
Bugs
Debugging School
Did you know?
Encoding
Exceptions
GC
Hangs
IIS7
Legacy
Managed Heap
Misc
Off topic
OutOfMemory
Performance
PowerShell
Sample Code
Script
SessionState
Stress
Tools
Visual Studio
WinDbg
Worker Process
Archive
Archives
December 2011
(2)
September 2011
(1)
March 2011
(1)
September 2010
(1)
February 2010
(1)
November 2009
(1)
October 2009
(1)
August 2009
(1)
May 2009
(1)
March 2009
(4)
December 2008
(1)
October 2008
(3)
September 2008
(1)
August 2008
(2)
May 2008
(3)
April 2008
(2)
March 2008
(1)
February 2008
(6)
January 2008
(4)
December 2007
(2)
November 2007
(5)
September 2007
(2)
June 2007
(1)
May 2007
(2)
April 2007
(3)
March 2007
(1)
January 2007
(3)
November 2006
(3)
November, 2006
MSDN Blogs
>
Speaking of which...
>
November, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Speaking of which...
Stress-O-Matic
Posted
over 7 years ago
by
JohanSt
2
Comments
A very simple stress-test The other day I was asked by a customer if I a small application that could be used to stress a web application. I didn't feel like responding "Sure I do! Visual Studio 2005 Team Edition For Software Testers" and I also didn...
Speaking of which...
SessionState Performance
Posted
over 7 years ago
by
JohanSt
11
Comments
What do you do when your StateServer is running high on CPU and your application log is filling up with alerts like: Unable to make the session state request to the session state server.
Please ensure that the ASP.NET State service is started and that the client and server ports are the same. If the server is on a remote machine, please ensure that it accepts remote requests by checking the value of HKLM\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection. ...
Speaking of which...
Are you getting OutOfMemoryExceptions when uploading large files?
Posted
over 7 years ago
by
JohanSt
36
Comments
Using the WebClient.Upload method for posting large files will eventually leave you stranded with OutOfMemoryExceptions. This is because WebClient.Upload reads the entire file to memory by default. This is great for smaller files, but not so great if you're working with very large files. This post shows you how to build your own uploader and resolve the problem....
Page 1 of 1 (3 items)