R
Rod
Today and tomorrow we're demonstrating our ASP.NET application to the
external business customers who will be using it (this is what would best be
called a B2B application). I've set things up so that the users
automatically go against our test server for the database. We'll "go live"
next week Monday.
For some reason, while demonstrating the app, it was causing lots of errors
for users. It became apparent that the issue was one of the number of users
connecting. We did not have a lot of users - at the time there were
probably all of 25 users hitting against the website and database. That's
not what I would call overwhelming, so why did it fail? Is there some sort
of limit to the number of concurrent users that IIS will accommodate? We've
using Crystal Reports for .NET, could that be a problem? (No one was
actually running a report at the time, so I don't know why that could cause
a problem, but could it?) We have ISA on a server which redirects a server
with IIS on it and then the database is on a test server (a single processor
machine with SQL Server on it. This test server is an old desktop system
that was converted to a server). Could that be the problem?
Rod
external business customers who will be using it (this is what would best be
called a B2B application). I've set things up so that the users
automatically go against our test server for the database. We'll "go live"
next week Monday.
For some reason, while demonstrating the app, it was causing lots of errors
for users. It became apparent that the issue was one of the number of users
connecting. We did not have a lot of users - at the time there were
probably all of 25 users hitting against the website and database. That's
not what I would call overwhelming, so why did it fail? Is there some sort
of limit to the number of concurrent users that IIS will accommodate? We've
using Crystal Reports for .NET, could that be a problem? (No one was
actually running a report at the time, so I don't know why that could cause
a problem, but could it?) We have ISA on a server which redirects a server
with IIS on it and then the database is on a test server (a single processor
machine with SQL Server on it. This test server is an old desktop system
that was converted to a server). Could that be the problem?
Rod