Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.NET / IIS - Any Connection Limits?

Reply
Thread Tools

ASP.NET / IIS - Any Connection Limits?

 
 
Spam Catcher
Guest
Posts: n/a
 
      01-25-2008
Hi All,

From what I recall, web services may limit the number of connections from a
particular IP address. Do started web forms have a similar limitation?

I have an application which needs to stream binary data from an ASP.NET
page I wrote - I like to know if ASP.NET limits the calling application to
only 2 connections?

If it does, any way to raise the limit?

Thanks!

--
(Do not e-mail)
 
Reply With Quote
 
 
 
 
Spam Catcher
Guest
Posts: n/a
 
      01-25-2008
Spam Catcher <> wrote in
news:Xns9A30994D07851usenethoneypotrogers@127.0.0. 1:

> From what I recall, web services may limit the number of connections
> from a particular IP address. Do started web forms have a similar
> limitation?
>
> I have an application which needs to stream binary data from an
> ASP.NET page I wrote - I like to know if ASP.NET limits the calling
> application to only 2 connections?
>
> If it does, any way to raise the limit?


I should be more clear:


Calling App (not .NET) make several calls to my ASP.NET page

Calling App seems to slow down when it makes several simultaneous calls.

I'm not sure if ASP.NET (receiving end) is blocking calls, or if the
calling application is limiting outbound connections.

Does ASP.NET (receiving end) have any limits on the number of connections
it can handle? I'm using Windows 2003.

--
(Do not e-mail)
 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      01-25-2008
in general the client does the limit. IE will only allow 2 connection to the
same server (even if you use multiple browser windows.)

asp.net has a couple limits:

1) number of i/o threads
2) max iis connections
3) requests the use the same session are queued (only one at time)


-- bruce (sqlwork.com)


"Spam Catcher" wrote:

> Hi All,
>
> From what I recall, web services may limit the number of connections from a
> particular IP address. Do started web forms have a similar limitation?
>
> I have an application which needs to stream binary data from an ASP.NET
> page I wrote - I like to know if ASP.NET limits the calling application to
> only 2 connections?
>
> If it does, any way to raise the limit?
>
> Thanks!
>
> --
> (Do not e-mail)
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
501 PIX "deny any any" "allow any any" Any Anybody? Networking Student Cisco 4 11-16-2006 10:40 PM
IIS 6.0 win2003, IIS users moe_rodrigue MCSE 1 04-01-2004 07:37 AM
.NET IIS to IIS credentials problem... Grind Boy ASP .Net 4 08-14-2003 12:59 PM
SQL Server connection string works with IIS 5.1 but not IIS 6 in ASP.NET John Kennedy ASP .Net Web Services 5 08-14-2003 12:15 AM
SQL Server connection string works with IIS 5.1 but not IIS 6 in ASP.NET John Kennedy ASP .Net Security 5 08-14-2003 12:15 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57