Dear all,
i've just installed umbraco 8.3 on my local machine without any problems. If i try to start it from Visual studio it works fine but, after configure it on my local IIS if i try to navigate it i get:
Boot failed: Umbraco cannot run. See Umbraco's log file for more details.
-> Umbraco.Core.Exceptions.BootFailedException: A connection string is configured but Umbraco could not connect to the database.
in Umbraco.Core.RuntimeState.DetermineRuntimeLevel(IUmbracoDatabaseFactory databaseFactory, ILogger logger) in D:\a\1\s\src\Umbraco.Core\RuntimeState.cs:riga 194
in Umbraco.Core.Runtime.CoreRuntime.DetermineRuntimeLevel(IUmbracoDatabaseFactory databaseFactory, IProfilingLogger profilingLogger) in D:\a\1\s\src\Umbraco.Core\Runtime\CoreRuntime.cs:riga 259
in Umbraco.Core.Runtime.CoreRuntime.Boot(IRegister register, DisposableTimer timer) in D:\a\1\s\src\Umbraco.Core\Runtime\CoreRuntime.cs:riga 149
Its probably a SQL Permissions issue, if you run your site via Visual Studio and IISExpress it runs under your windows account, so if you connect to the Database with integrated permissions it is using your windows account.
when you run via IIS it will probably be running under the "Network Service" account, you should either give that account access to teh SQL server or look at using a SQL username/password to connect.
if you are not using SQL but SQL Express check file permissions, again see if "Network Service" has write access to the app_data folder.
Boot failed: Umbraco cannot run.
Dear all, i've just installed umbraco 8.3 on my local machine without any problems. If i try to start it from Visual studio it works fine but, after configure it on my local IIS if i try to navigate it i get:
Thanks in advace Davide
Hi Davide,
Its probably a SQL Permissions issue, if you run your site via Visual Studio and IISExpress it runs under your windows account, so if you connect to the Database with integrated permissions it is using your windows account.
when you run via IIS it will probably be running under the "Network Service" account, you should either give that account access to teh SQL server or look at using a SQL username/password to connect.
if you are not using SQL but SQL Express check file permissions, again see if "Network Service" has write access to the app_data folder.
Hi Kevin, ok perfect now it works fine was a permission issue.
Thanks a lot for you help!
Davide
Hello Davide, i have same issue as you had. can you please guide me how did you solve that?
thanks in advance.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.