I deployed my webapp, created in asp.net, to testing server (win 2003 sp2, iis6). However, when I access the default page, no css styles are applied. There is only plain text, or formatting given in .aspx file.
I have my web form based on MasterPage.master. In this site head declaration, I have this:
<link rel="Stylesheet" type="text/css" href="~/StyleSheets/Master.css" />
After displaying webpage source in client browser (FF 9), I found this line
<head><link rel="Stylesheet" type="text/css" href="../StyleSheets/Master.css" /><title>
Please, help .
Problem solved. I had to give permission for “Everyone” to read StyleSheets folder