IIS sends empty .CSS file - DOTNET

This is a discussion on IIS sends empty .CSS file - DOTNET ; Hello, I have a bizarre problem where cascading style sheets are not being applied. After a while, I whittled the repro steps down to the following: 1. Create Web site in Visual Studio. 2. Enter the Designer for Default.aspx. 3. ...

+ Reply to Thread
Results 1 to 2 of 2

IIS sends empty .CSS file

  1. Default IIS sends empty .CSS file

    Hello,

    I have a bizarre problem where cascading style sheets are not being
    applied. After a while, I whittled the repro steps down to the
    following:

    1. Create Web site in Visual Studio.
    2. Enter the Designer for Default.aspx.
    3. Type in some text.
    4. Add a style sheet to the project.
    5. Build a style in the style sheet.
    6. Go back to Default.aspx and set the Document's Style Sheet
    property to the new style sheet.
    7. Publish the site to a local or remote Web server (IIS 7 in my
    case).
    8. Try to hit the site.

    The style is not applied. I checked a packet sniffer & IIS passes a
    200 code back to the browser for the .CSS request, but with a Content-
    Length of zero:

    Client: GET./Desktop.css.HTTP/1.1 ...

    Server: HTTP/1.1.200.OK..Server:.Microsoft-IIS/7.0..X-Powered-
    By:.ASP.NET..Date:.Fri,.13.Jul.2007.06:32:38.GMT..Content-Length:.
    0....

    I am at a loss--has someone else seen this problem? It seems to be
    specific to the IIS installation on my development workstation. I
    published to a few other servers with no problem.

    Thanks,
    BGU


  2. Default Re: IIS sends empty .CSS file

    Solution: go into "Turn Windows Features On or Off"; find the IIS
    area; check the checkbox called "Static Content."

    Well, that's four hours of my life I'll never get back.

    -BGU


+ Reply to Thread

Similar Threads

  1. Exception when reading empty zip file
    By Application Development in forum Java
    Replies: 3
    Last Post: 12-05-2007, 01:46 AM
  2. Python thinks file is empty
    By Application Development in forum Python
    Replies: 4
    Last Post: 11-06-2007, 12:32 AM
  3. fastest way to create empty file
    By Application Development in forum Java
    Replies: 14
    Last Post: 08-24-2007, 12:25 AM
  4. empty titles, empty subjects and empty body in PINE
    By Application Development in forum Pine
    Replies: 4
    Last Post: 06-07-2007, 03:52 AM
  5. 3D MAX 7 file renders empty
    By Application Development in forum Graphics
    Replies: 1
    Last Post: 05-16-2006, 05:16 AM