One my localhost, windows 10 box,
- I have .NET 4.6 installed.
- I installed DNN 9 "Install Package" as an application within IIS-10
- I installed the DNN "Default" template during installation and got the CMS up and running fine.
My local path to the cms project is:
nuke.dev/training/youtube/chrishammond/sitesettingsdnn/
That URL works on my localhost and I can see the DNN CMS with the default template loaded.
After logging in as an admin, if I travel from the persona bar to settings-> Configuration manager. I get several 404 errors:
'NOT FOUND - The server has not found anything matching the requested URI'
'http://nuke.dev/training/youtube/chrishammond/Resources/Shared/components/CodeEditor/addon/scroll/simplescrollbars.css?cdv=58'
and...
'NOT FOUND - The server has not found anything matching the requested URI'
'http://nuke.dev/training/youtube/chrishammond/Resources/Shared/components/CodeEditor/lib/codemirror.css?cdv=58'
As you can see, the paths are broken. For some odd reason my top folder directory is not showing up in path. The paths mentioned above should be set like this...
nuke.dev/training/youtube/chrishammond/sitesettingsdnn/Resources...
not
nuke.dev/training/youtube/chrishammond/Resources...
Where in either DNN 9 can I configure this path to be corrected?
Thanks