Lowest Cost Cloud Load Testing Tool

Load Balancing in ASP.NET

For large companies, load balancing is an important feature to use to increase performance. Large companies with the available resources will use web farms. Web farms give your applications the ability to use multiple servers for resources more commonly known as pooling resources. Load balancing helps distribute user requests through a dispatch application that redirects to the different web farm servers.

balancing load

There are several examples of using a web farm. Whenever you have a web form with a control located on the form, the information entered sends a post back to the web server. If you have a drop down list control located on a form, and the user changes the information selected and clicks a submit button, the form will send a post back to the server. The idea, in general, is to redirect the user to the correct dynamic page that presents the data associated with the selected value in the drop down list.

EnableViewStateMac

The trick, however, is if you have a web farm and the application is located on web server #1 but information is posted to web server #2, the event is never fired. There are some ways to circumvent this. The first is to place a line in the system.web tag in the machine.config file.

<system.web> 
  <pages enableViewStateMac="false" /> 
</system.web>

This configuration setting tells the machine if it should do a machine authentication check when sending a request from the client. Machine authentication checks help prevent end users from tampering with the view state when sending a request to a web server. The problem is that it also disables requests to be processed by multiple servers, which are the main avenues for a web farm.

MachineKey

Another important configuration aspect of a web farm is the machine key that needs to be the same across the whole web farm.

<machineKey validationKey='<generated key>' decryptionKey='<generated decryption key' validation='SHA1'/ >

This generated key tells the web server what validation key to use. This same key must be used across the entire web farm servers, or post backs to multiple servers will not work. Allowing multiple servers to services requests will greatly increase application performance.

If your organization is large and in need of a performance tune, then consider a web farm for your internet transactions. The load balancing efforts will greatly increase performance for users and reduce the frustration from online customers. Web farms can bring your companies simple web site into a high powered resource infrastructure.

Storm on Demand - Pay Per Test

Storm on Demand Users Cost
250 $9.97
500 $19.95
1,000 $39.90
5,000 $199.50
10,000 $399.00
25,000 $997.50
50,000 $1,995.00

performance testing sign upIt's easy. You can be load testing in 15 minutes.

  1. Click the "Free Account" button.
  2. Enter your name & email address.
  3. Click the confirmation link in an email.
  4. Create a test scenario for your site.
  5. Run a load test.
  6. Analyze the test results.
  7. Send us a testimonial because you are amazed!

Best Load Testing Tool

"LoadStorm I love you and I am gladly going to pay for your services!" - Bernardo Rivas Carillo, Software Development Engineer in Test, Wirestone

"Excellent product – quick and easy to set up, great analytics tools, and affordable." - Mislav Kos, Application Developer, Soliant Consulting

"I’m finding this a great tool overall." - Nick Taliadoros, QA Manager, Cellectivity

"We can only wish that more of our vendors would be so responsive and accommodating as LoadStorm." - Miguel Picornell, VP Operations, Optaros, Inc.

"Great load testing tool! It's exactly what we need. I think the world of the service!" - Rafael Santander, Performance Engineer, OffandAway.com

"LoadStorm...awesome product!" - Kaine Escott, CEO, Harvey Norman Big Buys

"Thank you alot! LoadStorm is essential for us to ensure the best performance & scalability." Claudio Bianchi, CEO, FreeSharewareDepot

Want a Live Demo? Have Questions?

Please feel free to contact:

Scott Price
Vice President
(970) 389-1899 mobile
support@loadstorm.com

Click here to submit a testimonial