Umbraco ServerVariables Returns 401 - You must login to view this resource.
I have installed a new instance of Umbraco 7.0.4. I successfully ran through the installation process without issue, however when I try to log in the page is asking Windows Authentication
I am having the same issue (Umbraco 7.2.4). It works okay locally but when I publish it to the live server, I get the error after logging into umbraco control panel
This is caused because dot(.) wasn't allowed in the URL. To resolve the issue we need to allow dot(.), You can do this through UrlScan settings, make sure UrlScan is installed.
Location to the configuration file: C:\Windows\System32\inetsrv\urlscan\UrlScan.ini
And then Change AllowDotInPath=0 to AllowDotInPath=1
Umbraco ServerVariables Returns 401 - You must login to view this resource.
I have installed a new instance of Umbraco 7.0.4. I successfully ran through the installation process without issue, however when I try to log in the page is asking Windows Authentication
Looking in firebug there is a request to
And trying to access this following script
However this is returning a 401:
Hi SM
Are you still struggling with this issue?
Otherwise I would like to hear what steps you took on installing Umbraco?
Did you follow the installation documentation?
/Jan
I'm having a similar issue after installing a 7.0.1 site then changing it to work under a different url and use HTTPS...
I've written it up here, the OP above is very similar:
http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/49453-HTTPS-and-BackOffice-logging-in
I am having the same issue (Umbraco 7.2.4). It works okay locally but when I publish it to the live server, I get the error after logging into umbraco control panel
This is caused because dot(.) wasn't allowed in the URL. To resolve the issue we need to allow dot(.), You can do this through UrlScan settings, make sure UrlScan is installed.
Location to the configuration file: C:\Windows\System32\inetsrv\urlscan\UrlScan.ini
And then Change AllowDotInPath=0 to AllowDotInPath=1
is working on a reply...