강의

멘토링

로드맵

Programming

/

Back-end

Learn ASP.NET CORE in 14 days

This course focuses on the essential content required to configure an ASP.NET CORE (.NET 5) project. It is also recommended for those who want to handle relational databases through SQL Server.

(4.3) 23 reviews

587 learners

Level Basic

Course period Unlimited

  • dotnet
C#
C#
.NET
.NET
C#
C#
.NET
.NET

💌 Some of the contents of MembershipController.cs have been modified. (Please check)

I modified some of the contents of MembershipController.cs .
Students, please check.
In MembershipController, return View(); for Login Action and Register Action respectively.
return View(new Logininfo ());
return View(new RegisterInfo ());
We would like to inform you that we have revised it.
Originally, there was no problem in not passing the model to the view, but
As Visual Studio was upgraded from 2017 to 2019,
It looks like there has been a shift towards forcing the model to be passed to the view.
The Login view was not loading due to an error, so I applied the fix.
I am attaching the error message as an image. (This is the Login view.)
💛 A warm word 💛
"The saying 'mountain after mountain' makes me feel tired, but I can't hide the satisfaction I feel when I see myself growing little by little with each mountain I overcome."
Comment