cnblogs / fluss

fluss is a blog engine, powered by .NET
Apache License 2.0
513 stars 67 forks source link

Add documentation for complie & run #27

Open ikesnowy opened 3 years ago

Sod-Momas commented 3 years ago

image

I am so painful now...

My ConnectionString is

Data Source=.;Persist Security Info=True;User ID=sa;Password=yourStrong(!)Password;Trusted_Connection=False
ikesnowy commented 3 years ago

@Sod-Momas

Sorry for the late response(busy work), your ConnectionString seems fine.

Double check that you are using the right appsettings.*.json may help—e.g., Make sure you've changed the ConnectionStrings in appsettings.Development.json when you are using Debug profile, or just delete appsettings.Development.json.