Results 1 to 14 of 14

Thread: [RESOLVED] Publishing ASP.Net

Threaded View

  1. #1

    Thread Starter
    Addicted Member yolandre's Avatar
    Join Date
    Oct 2004
    Posts
    177

    Resolved [RESOLVED] Publishing ASP.Net

    Hi all,
    When running my ASP.Net project in debug mode all appears in perfect order, however after pbulishing the project to Windows Web Server 2008 R2 (IIS7) I get the that the style sheet being referenced by Site.Master is not loaded.

    Code:
        <head runat="server">
            <title></title>
            <link href="~/Styles/Site.css" rel="stylesheet" type="text/css" />
            <asp:ContentPlaceHolder ID="HeadContent" runat="server">
            </asp:ContentPlaceHolder>
        </head>
    I've confirmed the correct paths and file names on numerous occasions, but to no avail.

    Any advice?

    Thanks in advance.
    Last edited by yolandre; Jan 4th, 2011 at 12:21 AM. Reason: Resolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width