SQL Server Management Studio and Razor pages

  Kiến thức lập trình

Hi everybody I am following the tutorial of Razor pages which is provided by the official Microsoft site. The tutorial guide me to build a web app of that manages a database of movies https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-8.0&tabs=visual-studio
And I am using SQL Server Management Studio
My question: How can I configure the project of Razor Pages web app to create the database in a way that gives me the opportunity to see the DB in Management Studio.

I tried to connect to this SQL server
servers connected to the project

but i can’t see the database of the project in Management Studio

New contributor

Toufik is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT