To clarify the 3 tier system has a .Net Windows application which
calls a .Net web service (on web server) which connects to a SQL
Server on another server.
>From this you are saying that the changes should be made on the Web
Service layer and not the client pc?
> I mean, the optimization should be implemented on the server where the
> ASP.NET web pages are running. Most likely, this is not the client pc but a
[quoted text clipped - 37 lines]
> > > > > server of client) would these changes need to be made at and in what
> > > > > config file?
Eugen - 07 Feb 2007 15:33 GMT
Robin,
The settings from the article you've indicated are trying to solve
performance problems when calling a web service from an ASP.NET application,
trying to optimize the performance of the ASP.NET processes. This is my
understanding. Are you sure that your performance issues does not resides in
the way your client application is written, threads locking, etc.?
Eugen
> To clarify the 3 tier system has a .Net Windows application which
> calls a .Net web service (on web server) which connects to a SQL
[quoted text clipped - 44 lines]
> > > > > > server of client) would these changes need to be made at and in what
> > > > > > config file?