Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

umbraco cannot start. a connection string is configured but umbraco cannot connect to the database.

After a few tries, even I loaded the backed up DB, I found that it caused by the DB login, the user in the connection string was having a password expiration enabled (the password had expired).

So, this is what I did:

Open the SQL server
Logged in as the user used in the connection string
Created a new password
Updated the web.config connection string "Password"
Hope this will help
Comment

PREVIOUS NEXT
Code Example
Csharp :: read dxf file c# 
Csharp :: c# summary angle brackets 
Csharp :: send to main args dotnet debug 
Csharp :: openiddect ef core table not creating 
Csharp :: two question marks c# 
Csharp :: get user by username c# 
Csharp :: how to do minus with button c# 
Csharp :: can a dictionary type use get set c# 
Csharp :: How to get 4 end len in string c# 
Csharp :: switch case c# enum tostring 
Csharp :: reflection assemblies gettypes 
Csharp :: get higest number in MVC 
Csharp :: Visual Studio - Summary Tag Comments - Optional Params 
Csharp :: membership get user id 
Csharp :: spreate by captial char in c# 
Csharp :: unity timer 
Csharp :: windows forms webbrowser goback 
Csharp :: asp.net mvc table array binding arbitrary indices 
Csharp :: Remove tabpage by key 
Csharp :: C# sprint key 
Csharp :: how to add multiple values in session in asp.net visual studio 
Csharp :: .net form binding why cant i skip index 
Csharp :: Datagridview causing IndexOutOfRangeException when clicked upon 
Csharp :: entity framework where date between 
Csharp :: attribute c# get method name reflection 
Csharp :: c# operators 
Csharp :: is it possible to be palindrome 
Csharp :: unity stack overflow error 
Csharp :: transform.rotate unity 2d 
Csharp :: c# arraylist to listview 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =