Serving XML

A site I regularly work on has, in its web root, a static XML file. This
XML happens to be an ADO persisted recordset with 0 rows, all of ~3 KB in
size. (Clients can open it, insert records, and then push the appended
recordset back to the server for an UpdateBatch, but that's not important to
this question.)

Everything works, however, during an analysis of the site's IIS logs, I
noticed that requests for this static XML have, on occasion, taken as long
26 seconds to be processed! The thing that's mind-numbing is that we have
an ASP script that gets requested 2-3 times more often, that, when called
with a certain parameter (that causes it to return last error details stored
in the session) has never taken more than a sub-second to process, no matter
how busy the server is!

This has led me to wonder if this XML is truly as static as I'd assume, so
my question is, does an xmlns attribute cause an implicit request, thus
imposing a dependency on a foreign site? Specifically, does
"xmlns:rs='urn:schemas-microsoft-com:rowset'" cause an http request to
schemas.microsoft.com? Code:

View Replies


ADVERTISEMENT

Slow Image Serving.

I've got a client that has a site that seems to be serving images up slowly.
win2k, xeon, 1gig ram, the box is inhouse. HTML generation and viewing is
blazingly fast. The page size runs around 165k, but is taking 7-10 seconds
to download all the images.

I ran a netstat -an on the box, and see a load of time_wait messages.

The guy who does the networking for them insists that since the images
reside on the same box as the web server, the slowness has nothing to do
with the internal network. hhhmmmm.....

I know there are a hundred reasons for the slowdown, but does the logic of
images on same box not having anything to do with a slowdown make any sense?

View Replies View Related

Problem Serving Web Pages

I'm running Win2000 with IIS installed.

My PC was working perfectly, until today.

Now, when I go to http://localhost/... it will show any HTML pages BUT, if I
change the extension to ASP (even with no ASP code in the file) then I get a
"page can not be displayed" error.

I get an accompanying warning in the System log:

The server failed to load application '/LM/W3SVC/1/ROOT/WebApps'. The error
was 'General access denied error'.

What could be the reason for this? Code:

View Replies View Related

IIS 5 Stopped Serving Pages

Server 2000 IIS 5

The server stopped serving pages on all the web sites: The Following error message:

The page cannot be found

HTTP 404 - File not found
Internet Information Services

I checked the web sites under IIS and they are running. I've re-booted the system and the problem continues. However the mail server is working. Even localhost gives me the same problem.

View Replies View Related

Wireless Has Stopped IIS Serving

I just installed a Netgear wireless modem router on my Windows XP Prof
computer. Also installed the Netgear wireless USB adapter on my wifes
computer so she can get on the internet. Code:

View Replies View Related

Server Not Serving ASP To Some Clients? Including Server Itself!

I have a server that we installed a Web Application (ASP) and It works with
a few clients that we tested, IE 5.5, and it does not work on the server
machine itself. So we've tested a few thing.

Created a simple file with the contents of <html> <body> Hello World </body>
</html> Made one with .HTM extension and one with .ASP.

I can see the HTM file from all machines. I can only see the .ASP file on the machine running IE 5.5 The server itself cannot see the .ASP page. We places the files in the root of the server web and in the Application folder with the same results.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved