CSS problem

G

Guest

I did a search on this forum and find others also encountered the same
problem.

I have the following code on master file:
<head>
<title>My Club Site</title>
<link type="text/css" rel="Stylesheet" href="clubsite.css" />
</head>

The CSS file works fine until I denied the anonymous access to the Club
starter web site. The CSS doesn't work after the modification, even redo it
back to the original status. In fact, Firefox return the CSS url as:

http://localhost:1093/empsite1/login.aspx?ReturnUrl=/empsite1/clubsite.css

It seems the automatic redirecting to login.aspx page messed up the master
CSS. How to solve the problem?

Thanks,
 
G

Guest

I think basically I need to let IIS/Built-in IIS always allow anonymous
access to CSS files...
 

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