0

I tried Siege but it runs on linux, and the ASP.NET Development Server doesn't accept external connections.

I tried Web Application Stress Tool but I don't know how to specify the port, since I don't use :80 and it doesn't accept this syntax.

2
  • 2
    Is there a reason you can't change your Dev Server to run on port 80? Commented Aug 10, 2009 at 14:46
  • I never configured its port, It always choose the port automatically, I don't know how to configure it yet, but you may have pointed a solution Commented Aug 10, 2009 at 17:28

1 Answer 1

3

The Badboy Software will allow you to do load testing of any web application - it works with both local and remote servers.

Keep in mind that the way ASP .NET Development Server handles connections you will not get a valid test result. It is designed to only accept connections from a local source and a very limited number of them at that (i think 2 or slightly more)

The load test should be performed on identical or very similar hardware to what is on production.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.