- What is your product version - 11.0.0
- What is your product type (Angular or MVC) - Angular 13
- What is product framework type (.net framework or .net core) - .net core 6.0
We are trying migrate version from .net core 2.2 to 6.0 Trying update database by runnig migrator project. it's giving following newtwork-instance related error. Attaching screenshot of the same. We checked the connectionstring with microsoft SQL Server studio it's working fine over there. We are using same connectionstring in appsettings.
Could you please let us know DB migration and updation steps.
5 Answer(s)
-
0
Hello @ismcagdas, Thank you for response. we are using following connection string, I have removed all the values for respective key while sharing, "ConnectionStrings": { "Default": "Server=; Database=; Trusted_Connection=False;User ID=;Password=;" },
And in SQL Server we have entered above values in object explorer to connect the server,
To Connect server from SQL server management Studio, entered server name from connection string,Login is nothing but User ID from connection string and kept password as it is. It is connecting successfully to the server and database from SQL server management Studio.