That worked, thank you.
However, now I am getting this error -
Screen Shot 2022-02-12 at 1.53.22 PM.png
You have insufficient rights to see the content.My connection string -
<!-- Connection String for SQL Server with Integrated Security -->
<add name="yafnet"
connectionString="Server=(localdb)'ProjectsV13;initial catalog=yafnet;integrated security=SSPI"
providerName="System.Data.SqlClient" />
I thought if the software can't find the database on the server on startup it will create a new one.
I tried adding a blank db named yafnet but then got an error that it couldn't find a required table.
Do I have to build the db ahead of time and if so where can I find those scripts?
Again, any help would be greatly appreciated.
Thanks
Edited by user
a year ago
|
Reason: Not specified