Connecting Tech Pros Worldwide Help | Site Map

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

Rod
Guest
 
Posts: n/a
#1: Nov 19 '05
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




Karl Seguin
Guest
 
Posts: n/a
#2: Nov 19 '05

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


What errors and what os?

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/


"Rod" <rodf@newsgroups.nospam> wrote in message
news:OPl1wgT4EHA.936@TK2MSFTNGP12.phx.gbl...[color=blue]
> 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[/color]
be[color=blue]
> 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[/color]
live"[color=blue]
> next week Monday.
>
>
>
> For some reason, while demonstrating the app, it was causing lots of[/color]
errors[color=blue]
> for users. It became apparent that the issue was one of the number of[/color]
users[color=blue]
> 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[/color]
sort[color=blue]
> of limit to the number of concurrent users that IIS will accommodate?[/color]
We've[color=blue]
> 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[/color]
cause[color=blue]
> a problem, but could it?) We have ISA on a server which redirects a[/color]
server[color=blue]
> with IIS on it and then the database is on a test server (a single[/color]
processor[color=blue]
> 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
>
>
>
>[/color]


Rod
Guest
 
Posts: n/a
#3: Nov 19 '05

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


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:O8GqKsT4EHA.4004@tk2msftngp13.phx.gbl...[color=blue]
> What errors and what os?
>
> Karl
>
> --
> MY ASP.Net tutorials
> http://www.openmymind.net/
>
>
> "Rod" <rodf@newsgroups.nospam> wrote in message
> news:OPl1wgT4EHA.936@TK2MSFTNGP12.phx.gbl...[color=green]
> > Today and tomorrow we're demonstrating our ASP.NET application to the
> > external business customers who will be using it (this is what would[/color][/color]
best[color=blue]
> be[color=green]
> > 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[/color]
> live"[color=green]
> > next week Monday.
> >
> >
> >
> > For some reason, while demonstrating the app, it was causing lots of[/color]
> errors[color=green]
> > for users. It became apparent that the issue was one of the number of[/color]
> users[color=green]
> > 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.[/color][/color]
That's[color=blue][color=green]
> > not what I would call overwhelming, so why did it fail? Is there some[/color]
> sort[color=green]
> > of limit to the number of concurrent users that IIS will accommodate?[/color]
> We've[color=green]
> > 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[/color]
> cause[color=green]
> > a problem, but could it?) We have ISA on a server which redirects a[/color]
> server[color=green]
> > with IIS on it and then the database is on a test server (a single[/color]
> processor[color=green]
> > machine with SQL Server on it. This test server is an old desktop[/color][/color]
system[color=blue][color=green]
> > that was converted to a server). Could that be the problem?
> >
> >
> >
> > Rod
> >
> >
> >
> >[/color]
>
>[/color]


Karl Seguin
Guest
 
Posts: n/a
#4: Nov 19 '05

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


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" <rodf@newsgroups.nospam> wrote in message
news:Orpo0vV4EHA.2428@TK2MSFTNGP14.phx.gbl...[color=blue]
> The error message was not very helpful. It said something like, "If you[/color]
put[color=blue]
> 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[/color]
full[color=blue]
> 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:O8GqKsT4EHA.4004@tk2msftngp13.phx.gbl...[color=green]
> > What errors and what os?
> >
> > Karl
> >
> > --
> > MY ASP.Net tutorials
> > http://www.openmymind.net/
> >
> >
> > "Rod" <rodf@newsgroups.nospam> wrote in message
> > news:OPl1wgT4EHA.936@TK2MSFTNGP12.phx.gbl...[color=darkred]
> > > Today and tomorrow we're demonstrating our ASP.NET application to the
> > > external business customers who will be using it (this is what would[/color][/color]
> best[color=green]
> > be[color=darkred]
> > > 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[/color]
> > live"[color=darkred]
> > > next week Monday.
> > >
> > >
> > >
> > > For some reason, while demonstrating the app, it was causing lots of[/color]
> > errors[color=darkred]
> > > for users. It became apparent that the issue was one of the number of[/color]
> > users[color=darkred]
> > > 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.[/color][/color]
> That's[color=green][color=darkred]
> > > not what I would call overwhelming, so why did it fail? Is there some[/color]
> > sort[color=darkred]
> > > of limit to the number of concurrent users that IIS will accommodate?[/color]
> > We've[color=darkred]
> > > 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[/color]
> > cause[color=darkred]
> > > a problem, but could it?) We have ISA on a server which redirects a[/color]
> > server[color=darkred]
> > > with IIS on it and then the database is on a test server (a single[/color]
> > processor[color=darkred]
> > > machine with SQL Server on it. This test server is an old desktop[/color][/color]
> system[color=green][color=darkred]
> > > that was converted to a server). Could that be the problem?
> > >
> > >
> > >
> > > Rod
> > >
> > >
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]


Closed Thread