473,406 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Only a small number of users were able to access our ASP.NET application during a demonstration - why?

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


Nov 19 '05 #1
3 1299
What errors and what os?

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Rod" <ro**@newsgroups.nospam> wrote in message
news:OP*************@TK2MSFTNGP12.phx.gbl...
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

Nov 19 '05 #2
Rod
The error message was not very helpful. It said something like, "If you put
this setting into your Web.Config file, you will get a better error
message". Since we were doing this during a demonstration with a room full
of people, the guy who was running the demo didn't stop to print out the
error message.

the OS is Windows 2000 Server running on an old Gateway E-4200. (i.e.:
hardware wise, this is NOT a real server, it is an old Windows 98 machine
that we wiped the OS from and then installed Windows 2000 Server onto, so
that we could have a test machine as a server.)

Rod

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:O8**************@tk2msftngp13.phx.gbl...
What errors and what os?

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Rod" <ro**@newsgroups.nospam> wrote in message
news:OP*************@TK2MSFTNGP12.phx.gbl...
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


Nov 19 '05 #3
Maybe get Application Center Test, record a couple test scripts, and try to
reproduce the error in a controlled environment....also, your application
should have error logging facilities (for this kind of situation).

Other than that, you've provided nothing to go on :( sorry.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Rod" <ro**@newsgroups.nospam> wrote in message
news:Or**************@TK2MSFTNGP14.phx.gbl...
The error message was not very helpful. It said something like, "If you put this setting into your Web.Config file, you will get a better error
message". Since we were doing this during a demonstration with a room full of people, the guy who was running the demo didn't stop to print out the
error message.

the OS is Windows 2000 Server running on an old Gateway E-4200. (i.e.:
hardware wise, this is NOT a real server, it is an old Windows 98 machine
that we wiped the OS from and then installed Windows 2000 Server onto, so
that we could have a test machine as a server.)

Rod

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:O8**************@tk2msftngp13.phx.gbl...
What errors and what os?

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Rod" <ro**@newsgroups.nospam> wrote in message
news:OP*************@TK2MSFTNGP12.phx.gbl...
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



Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Atlas | last post by:
I've developed years ago a small business application (about ten tables, basic relationships, 10 forms, 3 reports a few queries) with Borland Paradox 7, most of it developed with wizards and little...
1
by: Roger | last post by:
I am currently working on an application that is being used mostly in the US but recently has been purchased by several users outside the US, mostly in South America. The application uses an...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
7
by: astro | last post by:
Anyone have suggestions on where to troubleshoot this error? Background: -Access 2k v. 9.0.6926 sp3 - front and backend on production server (wiindows 2k) -accessed via Citrix -front-end is...
0
by: Gerry Abbott | last post by:
Hi all, I have an application split be/fe, with 5 'users'. Each machine has a FE. I wish to extend this to 40 additional 'read only' users, or 'Readers' I have restriected the concurrent users...
7
by: jsale | last post by:
I'm currently using ASP.NET with VS2003 and SQL Server 2003. The ASP.NET app i have made is running on IIS v6 and consists of a number of pages that allow the user to read information from the...
1
by: Paul | last post by:
hello, My application is built in VB6 and i'd like to upgrade to VB.NET and make some fairly large changes at the same time. The application writes a script (simular to VBScript) for the user...
8
by: Jon Weston | last post by:
I'm setting up an Access2003 database with pictures. I put a bound ole picture ctrl on a form that's source is the table that contains the pictures and follow ALL the directions for embedding a...
0
by: DrewYK | last post by:
I have the project that may never end in front of me. I am creating a routine that will take SpreadSheets from Excel and bring them into Access. I am not using any "DoCmd"s because the goal...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.