K.
Anyone can help me with aspnetboilerplate?
One other question
Then my last question (hopefully) i have multiple of those pubxml and apperently they are supposed to be used to publish the app aka redeploy, but im confused how that works.
E.g.
LOWebPlatformLinux - Web Deploy.pubxml
82 replies
Anyone can help me with aspnetboilerplate?
And I have that connectinon string at 3 palces
"Default": "Server=localhost\SQLEXPRESS; Database=LoansOnlyWebPlatformDb; Trusted_Connection=True; TrustServerCertificate=true"
"Default": "Server=localhost\SQLEXPRESS; Database=LoansOnlyWebPlatformDb; Trusted_Connection=True;"
But in LoansOnly.WebPlatform.Web.Host I don't have TrustServerCertificate=true
82 replies
Anyone can help me with aspnetboilerplate?
I see the following
"ConnectionStrings": { "Default": "Server=localhost\SQLEXPRESS; Database=LoansOnlyWebPlatformDb; Trusted_Connection=True;" },This is some shothand probably for SQLServer to directly connect and ti works cause its on windows. Since I'm on mac I saw some tutorial i can install the sql serer on docker container, int hat case probably ill have to setup connection string to target that docker image somehow, right?
82 replies