Re: Page takes time to respond when CSS is implemented

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 06/09/04


Date: Wed, 9 Jun 2004 18:09:54 +1000

If the page never appears in the browser, then I don't think this has
anything to do with your CSS file.
Again, please look in the IIS logs. Is the request for the ASP page logged?
Is there a separate request for the CSS file?

If the ASP page is never displayed, then the CSS file will never be
requested (since the ASP first needs to be loaded, then IE notices that
there is a link to an external file, then IE issues a separate request for
the external file).

Cheers
Ken

"ajak" <razak@mmsc.com.my> wrote in message
news:etjd05eTEHA.1284@TK2MSFTNGP10.phx.gbl...
: i didnt check the log file but i did put a breakpoint at the start of the
: asp page. and i can singgle stepping the codes until the end of the asp
: file.
: but then, the page never appear in browser.
:
: "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
: news:O45892dTEHA.1548@TK2MSFTNGP11.phx.gbl...
: > What do your IIS logs shows? Is IIS even receiving the subsequent
: requests?
: >
: > Cheers
: > Ken
: >
: > "ajak" <razak@mmsc.com.my> wrote in message
: > news:%23Bh6V1bTEHA.2972@TK2MSFTNGP12.phx.gbl...
: > : Please anyone.. anybody else has encountered problem like this? Do you
: > know
: > : any solution? Or am i asking the question in the wrong news group?
: > :
: > : "ajak" <razak@mmsc.com.my> wrote in message
: > : news:u0$SZIUTEHA.2908@TK2MSFTNGP10.phx.gbl...
: > : > Hello, hope you guys can help me out here. This has never occured to
: me
: > : > before.
: > : >
: > : > My development PC is WinXP Pro SP2 with IIS 5.1. I have an ASP page
: > which
: > : > implements CSS using the line <link href="styles.css"
rel="stylesheet"
: > : > type="text/css"> in the head section.
: > : > The problem is the page seems to take forever to load, only if the
: line
: > : > above is present on the page.
: > : > The folowings are some tests that I have made:-
: > : >
: > : > 1. I commented out the line -> the page loads fine.
: > : > 2. I use <style>...</style> instead of <link> tag above -> the page
: > loads
: > : > fine. The styles work fine.
: > : > 3. On different Win2003 server (using IIS 6) -> the page and the
: > tylesheet
: > : > works great.
: > : >
: > : > Thank you in advance
: > : >
: > : >
: > :
: > :
: >
: >
:
:



Relevant Pages

  • Re: PKZIPC, ASP and WSH
    ... does NOT wait for it to finish processing before completing the ASP page ... Go to Services control panel applet and change both the "IIS Admin ... make a request to your ASP page ... Dynamic File, Directly Executable -- these are CGI EXE and ISAPI DLLs ...
    (microsoft.public.scripting.wsh)
  • Re: IIS 5.0 cant handle multiple request at the same time with the same Web site(Application)?
    ... what makes you think you were able to request at the exact same time? ... The above code was included in one asp page Test.asp and two user run with the following result: ... So, the result show that IIS can't handle two different request at the same time, instead, the second ...
    (microsoft.public.inetserver.iis.security)
  • Re: HTTP POST data missing when ASP only authenticates by anoonymous
    ... I think the problem is with the ISAPI Filter because it has to correctly ... process ReadRawData to be able to steal the request and send it to Tomcat. ... We are using a Java application running on IIS with an ISAPI filter to ... > Fillin form in 'htm' file, POST to 'asp' file, display the post params ...
    (microsoft.public.inetserver.iis.security)
  • Re: How to debug asp component?
    ... Configure IIS to run the ASP scripts in-process (Low Isolation) ... Request an ASP page to get ASP loaded ...
    (microsoft.public.vc.atl)
  • Re: Content Expiration Question
    ... IIS will pass the modified date on a get/head request. ... the browser usually caches them by browser ... > refreshed in the browser after the css file was updated on the server. ...
    (microsoft.public.dotnet.framework.aspnet)