If I run my site on IIS7.5 it renders exactly the same html as cassini server on VS2008:
<div class="toplistitem">
<p>
Text presented on web page.
</p>
</div>
with the following css class:
.toplistitem
{
background-color:rgb(230,230,230);
border-top:1px solid rgb(200,200,200);
border-left:1px solid rgb(200,200,200);
border-right:1px solid rgb(200,200,200);
}
All the other styles in style.css are rendered fine in IIS, i.e. it is not a "Turn on Static Files" problem in the "Turn On Windows Components" (I already have this on)
Can anyone say why IIS does not render this class?