I installed Umbraco via NuGet, then ran it from visual studio to set it up. It ran on http://localhost:44653/. After I was done setting it up, I sat upp IIS to run on the same folder, but this time using DNS umbracotest.testmaskin.com.
Page not found
No umbraco document matches the url '/login.aspx?ReturnUrl=%2fcss%2ffanoe.css'.
This page can be replaced with a custom 404. Check the documentation for "custom 404".
This page is intentionally left ugly ;-)
Also when I "view source" i find a link like this:
This error was my problem too, on deploying Umbraco 6.0.5 with uBlogsy 3.1 to the Windows 2012 server. It would work, and then bang, error. I spent all day reinstalling :(
IIS_IUSERS was set to full control, but not IUSRS - haven't had to do that for ages?
Page not found
No umbraco document matches the url 'http://localhost:8031/login.aspx?ReturnUrl=/umbraco/umbraco.aspx'.
This page can be replaced with a custom 404. Check the documentation for "custom 404".
Site not working after changing DNS name
I installed Umbraco via NuGet, then ran it from visual studio to set it up. It ran on http://localhost:44653/. After I was done setting it up, I sat upp IIS to run on the same folder, but this time using DNS umbracotest.testmaskin.com.
No links seems to work. I get content on my front page, but stuff like http://umbracotest.testmaskin.com/css/fanoe.css goes to http://umbracotest.testmaskin.com/login.aspx?ReturnUrl=%2fcss%2ffanoe.css with a error:
Also when I "view source" i find a link like this:
What is wrong?
Error turned out to be file permissions. You need to give the IUSR read rights to the root folder
I've used the script from here: https://our.umbraco.org/wiki/install-and-setup/set-umbraco-folder-permissions-from-command-line
And modified so it set ALL the required permissions and also creates any missing folders.
This error was my problem too, on deploying Umbraco 6.0.5 with uBlogsy 3.1 to the Windows 2012 server. It would work, and then bang, error. I spent all day reinstalling :( IIS_IUSERS was set to full control, but not IUSRS - haven't had to do that for ages?
Page not found
No umbraco document matches the url 'http://localhost:8031/login.aspx?ReturnUrl=/umbraco/umbraco.aspx'.
This page can be replaced with a custom 404. Check the documentation for "custom 404".
This page is intentionally left ugly ;-)
is working on a reply...