Hello,
I'm trying to setup DotNetNuke on a windows 7 64bit box. I'm using WebMatrix with IIS Express and Sql Server 2008 Express and the DNN Community Edition from Webmatrix's Web Gallery (v 06.01.02(98) using .Net 3.5.
After the website has finished loading for the first time (this takes 4 to 5 minutes) I can explore the default site and the administration interface. If I try to change anything (administration settings, the title of the Home Page, etc) or occassionally just accessing a page. Everything stops displaying on the entire site.
Looking at the code that has loaded in Firebug, I see that the page itself has loaded along with most of the resources except for:
- container.css?cdv=3
- module.css?cdv=3
- skin.css?cdv=3
and sometimes:
- StandardMenu.css?cdv=3
- ComboBox.Default.css?cdv=3
- jquery.min.js?cdv=3
The files will eventually reappear after several reloads.
Is this a caching issue or a problem with this particular version? A simple test site in my installation of webmatrix has no trouble serving up ordinary c# and vb.net pages, so it seems to be an issue or conflict in DNN,
These seem to be static files, so why are they intermittently unavailable.
Thank you for any help.