I have this site, which works fine locally on my machine.
But when I upload the file to a server, it can log in, but it looks really weird like it has no CSS at all.
And the ordinary http://localhost/page to go to a page, doesn't work. But the pagestructure is okay in edit mode, so it has a connection to the database.
There are other sites on the server working just fine.
This site has a new developer license key.
Instead of ordinary localhost with port 80. I gave it another port, 80xx.
The css files under styles, are all there.
What could be the problem?
Thanks.
Have you got the custom 404 page setup in IIS? If you created the site manually then most likely you won't. What you will want to check is that the custom 404 in IIS is set to URL: /util/NotFound.aspx. Or if you have your own 404 page, make sure it is an aspx page.
-- Jeremy.