Viewing posts by
scoopseven
Posted by:
scoopseven
in
IIS
15 years, 3 months ago
When IIS acts up, and won't timeout requests. When IIS Tracer keeps saying Preproc Headers, and the requests pile up and never finish. When you'd love to kick IIS in the head because requests won't time out. When IIS 6 requests don't time out. (I tried really hard here people!) Check the IIS 6 Metabase. Make sure you've enabled IIS so that you can edit the MetaBase directly (It's in /system32/inetsrv/MetaBase.xml) and check for these three line items.
HeaderWaitTimeout="30"
ConnectionTimeout="240"
MinFileBytesPerSec="240"
read more
/
0 comments
While loading a page in my browser, IE or FireFox, I kept getting this odd error message... "XML Parsing Error - Not Well Formed". The odd thing was that I was loading a HMTL page, no XML. I tried changing the DocType tag, making my Javascript XML complaint (duh!) and I could not get this error to go away. I read something re: ASP causing the problem, so I disabled that in IIS, nothing. Turns out in a background process, I was calling a web service where the following code was used.
read more
/
0 comments
Posted by:
scoopseven
in
IIS
15 years, 4 months ago
I've been trying to read about iis type problems. I've read a bunch about keep-alives, and don't totally understand 'em. Anyway, here is a thread of general cf interest:
read more
/
0 comments
Posted by:
scoopseven
in
MySQL
15 years, 4 months ago
#find duplicates
read more
/
0 comments
Posted by:
scoopseven
in
DNS
15 years, 4 months ago
AT&T doesn't list their DNS servers anywhere on their support site. Furthermore, they use some odd internal address when they DHCP you a DNS server, so you can't really tell there either. In case you're looking, the AT&T DNS Servers for my area (Connecticut) are:
read more
/
0 comments