Base solution for your next web application
Open Closed

Setting User Name - Failure in Startup.cs #9674


User avatar
0
lalande1988 created

Prerequisites

ASP Net Zero v9.1.0 .Net Core v3.1 SQL Server 2019

Hi,

we receive the following message when starting the default (downloaded) application:

The cause seems to be that the application wants to login to the SQL server under the name of the server (TLUL/TEST-RERIL-01). The next step for us would be a solution of how to set the default user. Ideally through a connection string in a (the) setup file - we can even live with a hard-coded version to start with.

Any thoughts, please?

Also attached a screen shot of the SQL backend application:

Thank you and kind regards,

Reiner



1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi

    This don't seems like a database problem.

    Does the application work normally but an error occurs when setting the user name?