Link to home
Start Free TrialLog in
Avatar of pokeycam
pokeycamFlag for Australia

asked on

Error 500

Sometimes when I browse around my site the main CSS doen't load. I've installed Fiddler and discovered that its producing an error 500. The issue is with my master.css file (custom CSS)

Is this an issue with Sahrepoint os IIS? Can some help me resolve my issue?

I've attached the code I use to append the CSS files in the Master Page.

Thanks
<SharePoint:CssRegistration name="/Style Library/7845/css/sharepoint.css" After="/Style Library/7845/css/master.css" runat="server"/>
	<SharePoint:CssRegistration name="/Style Library/7845/css/master.css" After="/Style Library/7845/css/default.uni-form.css" runat="server"/>
	<SharePoint:CssRegistration name="/Style Library/7845/css/default.uni-form.css" After="/Style Library/7845/css/uni-form.css" runat="server"/>	
	<SharePoint:CssRegistration name="/Style Library/7845/css/uni-form.css" After="/Style Library/7845/css/reset.css" runat="server"/>
	<SharePoint:CssRegistration name="/Style Library/7845/css/reset.css" After="/Style Library/7845/css/rtf.cs" runat="server"/>
	<SharePoint:CssRegistration name="/Style Library/7845/css/rtf.css" After="corev4.css" runat="server"/>

Open in new window

Avatar of pokeycam
pokeycam
Flag of Australia image

ASKER

I've turned error reporting on and this is what I get in the log file
Url http://7845.net.au:80/Style Library/7845/css/master.css 
App Pool SharePoint - 80 
Authentication NOT_AVAILABLE 
User from token  
Activity ID {00000000-0000-0000-AD12-0080000000ED}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of pramodsk40
pramodsk40
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Uttam (Kukdai) Dhakal
try disabling anonymous access if enabled and check back