IIS 5.0 Upload Limit
I have an an asp page that uploads files using AspSimpleUpload. This page has worked great for months to upload PDF''s, Images, or other files. However, all of these files have been under 1 MB. I have discovered recently, that if I try to upload a file bigger than 1 MB, the site locks up and the upload never completes.
This should not be a speed issue because the server is on my local network.
I thought I read once that IIS has a 1 MB post limit by default. I don''t know if that is correct, but if so, how can I make it larger? I know in IIS 6.0, you can just go into the metabase.xml file to change setting, but that file does not exist for IIS 5.0.
-----------------------------
This message is posted by http://Asp.ForumsZone.com Tag: IIS crash and format Tag: 305791
IIS6 change port from 80 to ?
Need to change IIS6 port 80 to a new port number. Is
there some other place to change the port or some win
2003 sucurity thing that stop it. I couldn't access the
web page from the IIS server itself. I know the new port
number has to be included with the URL address :81. Any
help will be appreciated. Tag: IIS crash and format Tag: 305788
Hardware Recomendation for IIS 6 &...
and web applications that depend heavily on SQL?
(Intranet only)
The new servers will be running server 2003 \ IIS 6 and
they will reside on gigabit with our SQL 2000 servers. I
want to get the best performance already knowing that the
processor and memory are not really hit with our current
IIS 5 servers. If using two nics or a beefy raid
controller will help, please let me know. I want a box
that no one can point a finger at and claim "It's the Web
server's fault". = )
Thank you!!!! Tag: IIS crash and format Tag: 305785
SUS on server
I'm not sure I am in the correct discussion group, but
here goes.
I would like to install Software Update Services on a
Windows 2000 Server system. My problem is that my c:
partition is only 2 gig, with very little space left. I
have a larger partition that I put user data on that I
would like to use for SUS. Is this possible? Is there
something I can change in the IIS properties that would
make this work for me?
Thanks,
Serena Tag: IIS crash and format Tag: 305780
UrlScan
Where do I locate this to turn it off for a test?
I want to see if this is actually causing a script not to run.
--
Thanks
Paul Schandel
------------------
http://www.get-me-home.org Tag: IIS crash and format Tag: 305778
Classic ASP and IIS 6.0
I keep getting the 404 error, page not found, whenever I
try to access my classic ASP website on IIS 6. The
ASP.NET websites work fine -- any ideas?
Thanks,
Matt Tag: IIS crash and format Tag: 305777
Forwarding to Virtual
I am a IIS newbie so please be gentle.....
I am running Windows XP Pro. I know I am limited to 1 Web with
unlimited Virtual directories and that is also does NOT support Host
Headers. So.....
What I would like to accomplish is this.
1)Someone types in www.whatever.com - DNS Servers know to hit my box
with this address.
2)My Web sees www.whatever.com and redirects to proper Virtual
Directory without user knowing any different.
Easy? Please help. Feel free to point to another IIS Help site for
reference OR please be specific yourselves.
THANKS!!!
zimdog Tag: IIS crash and format Tag: 305774
Perfs in IIS on W2K3 web server
Hi!
I am looking for tool which can improves the performances of a IIS6.0. That's because since I update my serveur to webserver 2K3, I have a big problem of time response. I suppose there is some option (that I probably Ignore), that have to be checked. Please if anybody know anything on the subject, reply to my post
:-/ Tag: IIS crash and format Tag: 305754
Is there host name size limitation in LMHOST file ?
I have a LMHOSTS file with an entry
192.168.1.5 xx.12345678.com
and when I ping to xx.12345678.com, it works and ip address 192.168.1.5
is translated. But when I changed to
192.168.1.5 xxx.12345678.com or
192.168.1.5 xx.123456789.com it cannot find the IP address anymore
(unknown host). Is there limitation for host name in LMHOSTS file ?
Thank you.
novice
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it! Tag: IIS crash and format Tag: 305750
Application Configuration button not working
After installing IIS 5.1 on Win XP pro, along with FPSE 2000 and the FPSE 2002 download, reboot, etc. I have ASP pages hanging with no page displayed and no errors or timeout (after five minutes). On trying to get to the Application Configuration window in IIS properties I find it looks enabled but gives no response. No window pops at all. I can leave the properties and continue with simple web work but ASP pages hang. I have uninstalled all the above software and reinstalled it. IE is configured to NOT show Friendly HTTP error messages. No errors in the Application or System Event logs. Tag: IIS crash and format Tag: 305748
"This file does not have a program associated with it for performing this action
The IIS is running.
I've installed an asp project under the WWWroot.
Every time when i try to run the project (by clicking an
ASP file or HTML file) i get the following error message:
"This file does not have a program associated with it for
performing this action. Create an association in the
Folder Options control panel."
What is the problem and how can i fix it? Tag: IIS crash and format Tag: 305747
Client Side Cache control
I am currently rolling out some changes to an IIS5 website running ASPX
pages on Windows 2000 server. With IE6 client cache control set to "check
for newer version of each page- automatically", there has been some weird
behaviour which could be best summarised by a new-page jumbled up with an
old page.
Server side cache is flushed. However, are there any specific IIS
cache-control I could use on the live server now so when the new site is
rolled out to the public, everyone see the new stuff. At the moment, we are
using the following:
<META http-equiv="Expires" content="0">
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Cache-Control" content="no-cache">
Is it worth using any other IIS HTTP Headers/Expiration settings (on top of
the above)? Is there a "perfect" combination of *Client side* Cache
settings to use?
Note I can't control what browsers the users (the public) use? So can't
force the users to "Check for newer version of each page- Every visit to the
page" :-( Tag: IIS crash and format Tag: 305744
Problem with IIS6.0
Hello everybody
I've just upgrade my server 2000 to a web server 2003 (and so from IIS5 to IIS 6) . Since I did it, the web site (in ASP.NET) which worked very well on the Windows 2000 server, is very slow. If someone have an idea from where does it come from, all idea are welcomes! (I precised that doesn't came from the network, because it was working very well before and it is only used for this application)
Best regards. Tag: IIS crash and format Tag: 305742
How to get IISWebDirectory path in a script (ADSI) ?
I need to retrieve the path of a webdirectory in a
script : i can see it with the MMC or in the metabase (id
3001) but I can't get it through ADSI object properties.
path is a property of IIsWebVirtualDir not of
IIsWebDirectory.
Thanks for help Tag: IIS crash and format Tag: 305741
IIS Admin: big troubles
Hello,
my company runs IIS4 on NT4 sp6a.
After a big server crash and consequent no-boot-problem, I brought it back
to life by reinstalling the OS into a new hard-disk (sp6a and some post-sp
fixes and patches too), then copying "brutally" almost everything (hey, I
said "almost", huh?) into the old "C" drive. I could not reinstall it all
over because also SQLServer and Exchange Server co-exist on the same machine
... after all, this has been working damn good for almost 6 years so far;
thinking about a new installation simply drove me crazy.
Well, apart of this, I have now some administration troubles with IIS.
Although I can run the IIS Admin Service Manager from my browser and make
modifications on the already existing domains, I cannot add new domains
because I always get a message telling me that the name I have specified
already exists (this is not true, of course).
I can not use the MMC-based Internet Service Manager because it says that
the snap-in fails to initialize.
Any clues? (We have to add about 25 new domains within this week ...)
Thanks for the patience to read and understand my poor english.
Erasmo Proietti Tag: IIS crash and format Tag: 305739
Virtual Folders Vs Virtual Site
Bit of a newbie to IIS in general and have built a new IIS6 box which is ok
at the moment. Can somebody please explain the main difference's between a
virtual folder and a virtual site and their advantages/disadvantages.
Many thanks... Tag: IIS crash and format Tag: 305737
Prompt for "Enter Network Password"
Hi,
I am lost. I am getting this annoying problem and I do not know how to solve
it.
I am using IIS5.0 in Windows 2000. I keep getting the "Enter Network
Password" window.
The URL accessed is in the form of https://xxx.xxx.xxx.xxx/scripts/help.dll
where xxx.xxx.xxx.xxx is in IP address.
The Settings for Script Properties are as follows,
1. Read, Write, Log visits, Index this resource and Script source access is
enabled.
2. Execute Permissions is "Scripts and Executables."
The Directory settings for the script directory is as follows,
1. Allowed Anonymouse access.
1.1 User name is IUSR_xxx
1.2 Allow IIS to control password enabled.
2. Integrated Windows Authentication is enabled.
3. IUSR_xxx is a member of Guest.
After the "Enter Network Password" window appear, I will need to key in a
password to gain access. But the IUSR_xxx account is valid.
I have another similar setup and both IIS settings aret he same. But only
this server has this problem. It seems like the
Does anyone has any ideas?
Thanks in advance! Tag: IIS crash and format Tag: 305728
Info - Managing IIS 6.0 from Windows XP
Just released -
Internet Information Services (IIS) 6.0 Manager for Windows XP
http://www.microsoft.com/downloads/details.aspx?familyid=f9c1fb79-c903-4842-9f6c-9db93643fdb7
--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ... Tag: IIS crash and format Tag: 305707
RUNTIME ERROR WHEN REPLYING
I cannot reply to any post - I get a window named "RUNTIME ERROR" with a bunch of script language. Tag: IIS crash and format Tag: 305706
.shtml setup on Win2K w/ IIS 5
What do I need, or how do I configure to allow .shtml files on a
Windows 2000 Server box running IIS 5 ?
Thanks Tag: IIS crash and format Tag: 305690
IIS error on ASP.NET page load
i cannot get the pages to load (browse) form the IIS
Console. all i manage to get is the following message and
i have know idea what to do...
can anyone help me with this problem?
Server Application Unavailable
The web application you are attempting to access on this
web server is currently unavailable. Please hit
the "Refresh" button in your web browser to retry your
request.
Administrator Note: An error message detailing the cause
of this specific request failure can be found in the
system event log of the web server. Please review this
log entry to discover what caused this error to occur. Tag: IIS crash and format Tag: 305689
unable to install iis5.0 on win XP pro
I have the strangest problem.
installing iis from add/remove programs >> windows
components, does not prompt me for the Win XP cd at all,
and yet as far as my system is concerned, iis 5.0 has
been installed and is runing..
inetManager lists all processes as up and running..
yet i can't run any asp pages..
or even..get the default page via
http://localhost
could someone please tell me what's wrong? Tag: IIS crash and format Tag: 305687
Unable to access Internet service
About 3PM yesterday, the Internet service did not work.
The computers are network througout the house via a hub.
When I tried to access the Internet it stated that there
was a firewall preventing us from using the Internet and
something about http proxy and IP address. Is it
possible for the host computer to block our access? We
currently use cable access. Tag: IIS crash and format Tag: 305685
SSL w/o a certificate
I have a development server in house that I use to develop for my clients,
many of their sites have secure portions, to do a better job of testing when
https get's flipped on and off, I'd like to be able to use my local server
with the https protocol, but I do not want to pay for a bunch of
certificates that won't do me any real good.
Does anybody know how to enable SSL without a valid certificate? Tag: IIS crash and format Tag: 305673
SMTP and IUSR
Something strange just happened on our W2k3/IIS6 test
server.
After installing SMTP, the ISUR account cannot
authenticate to the sites hosted on server, eventhough
anonymous access is enabled. I have checked the NTFS
permissions and they appear to be as they should. As it
sits now, only the admin accounts have access.
Any ideas? Tag: IIS crash and format Tag: 305664<