I am very confused because I am using iis7 integrated and so I should not need default.aspx in my project. However, after upgrading to rc at run time there is no style anywhere in my site. Here is my link to the style sheet that lives along side the master page. At design time, vs is able to pick up the style sheet so I have no idea whatt might be going wrong.
<link href="Stylesheet.css" rel="stylesheet" type="text/css" />
At run time this evaluates to
<link href="Views/Shared/Stylesheet.css" rel="stylesheet" type="text/css" />
Which seem like it should be fine.