为什么用了authentication后无法显示背景图片?
<authentication mode="Forms">
<forms loginUrl="login.aspx" name="HTCookies" protection="All"></forms>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
我发觉一个很奇怪的问题,我的页面用了背景图片,但是当我把上面的forms验证加上之后就无法显示背景图片了?这是为什么?请高手赐教!