Hello everyone,
I built a new development server running Windows Vista IIS 7 and I installed DNN 6.1.5. My DB is SQL Server 2005 running on another machine (physically sitting right next to the dev server).
When I open my site with Firebug running, I see all the CSS files for DarkKnight trying to load, and eventually timing out.
Sometimes it works, but I cannot duplicate it with any regularity. It is always the CSS files that keep timing out. I can rule out a database connection due to all the other files that are read and load correctly.
This is a picture of the firebug screen showing the css failures.
http://sofusion.com/sfweb/Portals/_default/DNN_CSS.jpg
Any ideas? Has anyone seen this before?
P.S. I cut and paste the css files in the header of a new window, and they open right away. It is something with the way DNN is calling/loading the files that causes the issues..
Also, I switched off of DarkKnight, and it seems to fix the problem. (While this is a band-aid fix, I really want to know what is causing the original problem, so don't close this thread).