Website stability

  • Thread starter Thread starter TCORDON
  • Start date Start date
T

TCORDON

I have finished development of a web portal, before putting it online, is
there a list of things that I should check in order to make sure there are
no possible crashes when it gets 'hopefully' thousands of visits (session
variable use, connections to DB, server hardware, etc.)

TIA
 
Seems like you want to do some load testing. Some version of Vs.Net come
with Microsoft Application Center Test which is fairly easy to use (although
not nearly a complete load testing tool).

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
 
Have a look at using the Application Centre test tool that ships with .Net

It will allow you to simulate multiple users / sessions hitting your site,
and logs http errors, requests per second etc. Then, behind the scenes you
can check processor usage etc using perf mon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top