I develop (Visual Studio 2003) on my Windows XP machine. Too often I
get 403 "server busy" errors from the web server because I have too
many connections open. It appears that Microsoft has limited the
numbers of connections on XP's IIS to avoid use as a server... an
unintentional consequence is that it is hindering my development. Any
workarounds?

RE: server busy by JackieJa

JackieJa
Thu Aug 04 12:56:06 CDT 2005

There is a limit of 10 connections on Windows XP. There is no way around
this limitation.

Thank you,

Jackie Jaynes [MSFT]
Microsoft IIS
JackieJa@online.microsoft.com

Please do not send email directly to this alias. This
is our online account name for newsgroup participation only.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.


Re: server busy by Christian

Christian
Thu Aug 04 13:02:34 CDT 2005

"phil" <pbeisel@gmail.com> ha scritto nel messaggio
news:1123176507.671064.8370@g47g2000cwa.googlegroups.com...
>I develop (Visual Studio 2003) on my Windows XP machine. Too often I
> get 403 "server busy" errors from the web server because I have too
> many connections open. It appears that Microsoft has limited the
> numbers of connections on XP's IIS to avoid use as a server... an
> unintentional consequence is that it is hindering my development. Any
> workarounds?

The sub status code for error 403 is 9?

The connection limit for windows xp are setting to 10 but you can increase
this limit to 40 by typing:

c:\inetpub\adminscripts>cscript adsutil.vbs set w3svc/MaxConnections 40
//nologo

PS i suggest to upgrade your os to windows 2003 for more connections :-P


--
Christian Paparelli
http://www.ithost.ch




Re: server busy by phil

phil
Thu Aug 04 13:04:53 CDT 2005

Since someone from Microsoft was kind enough to reply, can you tell me
why Microsoft imposes such limitations on its developers? I run into
this problem at least once a day and have had to take various measures
to avoid it. I don't not want to develop on Windows Server 2003
either, so please don't suggest that next.


Re: server busy by Phil

Phil
Thu Aug 04 15:53:57 CDT 2005

phil wrote:

> Since someone from Microsoft was kind enough to reply, can you tell me
> why Microsoft imposes such limitations on its developers? I run into
> this problem at least once a day and have had to take various measures
> to avoid it. I don't not want to develop on Windows Server 2003
> either, so please don't suggest that next.

It is all about marketing and money... Microsoft can change a lot more money for
a server OS than a desktop OS ONLY if the desktop OS has limitations.

Anyway, why would you NOT want to develop and test on the exact same platform
you are targeting? And don't say it is the cost if you target Windows servers ;)


--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com