Code: Select all
< /code>
Wenn ich versuche, auf die Seite zuzugreifen, auf der ich alle Filme zeige: < /p>
public ActionResult Index()
{
return View(db.Movies.ToList());
}

I tried to edit the connection strings like this, and this does not work either:
Code: Select all
Mobile version