T
TontonJP
Hi,
I have a standard WinXP Pro/IIS 5.1/ASP 3.0/MS Access setup at home,
which I use to develop web apps as a hobby.
I'm trying to upload stuff from a html form's file input field and
handle it with the MetaBuilders.FileUp.wsc component, which I used all
the time at work (Win2000 Server/IIS 5.0) and worked fine.
The files are uploaded correctly, and I can save them wherever I want
- so permissions seem to be set properly - but here is the problem:
after a few uses of this script, the thing hangs, and I end up getting
a 403.9 - too many users... error.
I fished around the Google groups search about this, and it seems to
have happened to other people, but I couldn't find a definitive
answer. It seems to have something to do with the code eating up HTTP
connections - IIS 5.1 is limited to 10 or 11 of those.
At first, I thought that it was the FileSystemObject that ate these
connections, but even if I don't save the file to the file system, the
same thing happens. I checked, and the only time the FSO object is
used within the fileup component is when the save() and saveas()
methods are called, which I do not do.
Before people tell me these:
1) No, it has nothing to do with antivirus software, since I have none
installed. (Yes, I live dangerously...)
2) No, there are not too many people hitting the web app - I am the
only one connected to it, it's on my home network.
3) No, I don't want to buy a server OS with a "real" web server.
4) I doubt it has anything to do with my ASP code, since I religiously
close connections and destroy objects, and especially since the code
ran well on PWS...
The practical implication of this issue is that IIS 5.1 cannot be used
to serve anything using file uploads. I have a hard time believing
this is by design, since it seriously impedes any real development
effort...
Anyways, any insight would be most welcome.
I have a standard WinXP Pro/IIS 5.1/ASP 3.0/MS Access setup at home,
which I use to develop web apps as a hobby.
I'm trying to upload stuff from a html form's file input field and
handle it with the MetaBuilders.FileUp.wsc component, which I used all
the time at work (Win2000 Server/IIS 5.0) and worked fine.
The files are uploaded correctly, and I can save them wherever I want
- so permissions seem to be set properly - but here is the problem:
after a few uses of this script, the thing hangs, and I end up getting
a 403.9 - too many users... error.
I fished around the Google groups search about this, and it seems to
have happened to other people, but I couldn't find a definitive
answer. It seems to have something to do with the code eating up HTTP
connections - IIS 5.1 is limited to 10 or 11 of those.
At first, I thought that it was the FileSystemObject that ate these
connections, but even if I don't save the file to the file system, the
same thing happens. I checked, and the only time the FSO object is
used within the fileup component is when the save() and saveas()
methods are called, which I do not do.
Before people tell me these:
1) No, it has nothing to do with antivirus software, since I have none
installed. (Yes, I live dangerously...)
2) No, there are not too many people hitting the web app - I am the
only one connected to it, it's on my home network.
3) No, I don't want to buy a server OS with a "real" web server.
4) I doubt it has anything to do with my ASP code, since I religiously
close connections and destroy objects, and especially since the code
ran well on PWS...
The practical implication of this issue is that IIS 5.1 cannot be used
to serve anything using file uploads. I have a hard time believing
this is by design, since it seriously impedes any real development
effort...
Anyways, any insight would be most welcome.