Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Server connection String default name error #1

Open
bhdryrdm opened this issue Sep 16, 2019 · 3 comments
Open

SQL Server connection String default name error #1

bhdryrdm opened this issue Sep 16, 2019 · 3 comments

Comments

@bhdryrdm
Copy link

// options.UseSqlServer(Configuration.GetConnectionString("MsSqlConnection"))

i think, this row must be as follows

// options.UseSqlServer(Configuration.GetConnectionString("LocalDbConnection"))

@vitali-karmanov
Copy link

Have you been able to deploy this to production? I have been trying to deploy it to Azure but I have problems with the db and redis.

@bhdryrdm
Copy link
Author

bhdryrdm commented Oct 8, 2019

What is problem ? Maybe I can help you if problem still not solved

@eibrunodev
Copy link

eibrunodev commented Aug 10, 2022

ExtendedSocketException: Nenhuma conexão pôde ser feita porque a máquina de destino as recusou ativamente. 127.0.0.1:5432
Esta exceção foi gerada originalmente nesta pilha de chamadas:
[Código Externo]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants