No CSS on login-page

K

Kremfjes

I have a simple login.aspx and a default.aspx. Both have the same css
in the head, but IE only use it on the Default page. When i save the
output from login.aspx as a static html file, the css works perfectly.
Why does IE bother with the page being static or not? Im totally
confused...
 
B

Brock Allen

Is this ASP.NET 1.x or 2.0? If you're using ASP.NET 2.0, in Beta1 (and many
CTPs) there's a bug if you're using Themes and CSS files that the CSS is
denied if you're not authenticated. This should be fixed in a later build
(beta 2).

-Brock
DevelopMentor
http://staff.develop.com/ballen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top