File missing?

Discussion in 'General troubleshooting' started by Zilog80, Jul 17, 2011.

  1. Hi folks!

    I created a new application. (From CP on Application Starting Point). The new application its located on folder /newapp

    Aditionally i created a subdomain called newapp.miWinhostHome.com (From CP on Subdomain Manager)

    I am having a problem with a very simple page. I have a Styl Sheet file called StyleSheet1.css. It content is very simple:

    HTML:
    html, body 
    {
    	font-family: Verdana;
    	color: #808080;
    	font-size: small;
    	height: 100%;
    }
    On my Default.aspx page i got this:
    HTML:
    <head runat="server">
        <title>My new appz</title>
        <link href="StyleSheet1.css" rel="stylesheet" type="text/css" />
    </head>
    Locally on design time (Visual Studio) i see the Default.aspx page with the StyleSheet, but when i go to newapp.miWinhostHome.com y see the Default.aspx page with out the stylesheet :(

    I have reviewed the file is uploaded propertly (via FTP) but seems not to work. Any idea?

    Thx in advance
     
    Last edited by a moderator: Oct 14, 2015
  2. Well...the 'problem' is fixed now.

    After upload the StyleSheet1.css i just noticed that inside it there was this code
    HTML:
    body{
    }
    Maybe FileZilla hangs up the file. I just re-upload the file again and the page shows propertly with the css.
    You can close this post
    Sorry for the inconvenience :)
     

Share This Page