Aspnetcore.docs: [N00b problem] Movies folder "page not found"

Created on 27 Jan 2019  Â·  5Comments  Â·  Source: dotnet/AspNetCore.Docs

Hello all,
I have performed this tutorial from the start on (creating all sources by myself). It compiles and site is available. After creating the initial db and the scaffolded items, I want to test the "Movies" page. I tryto navigate to "localhost:xxx/Movies" or "localhost:xxx/movies". I get the error "page not found".
I am a beginner with asp.net. Do I miss some site routing? The folder is there in my sources, containing "index.cshtml", "edit", and so on.
Thanks for your help,
Ferdinand


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

P4 Source - Docs.ms

All 5 comments

Start debugging and check your steps.

After following the steps we didn't get any controllers from scaffolding, where do we start the debugging?

You don't get controllers in Razor Pages.

Thanks for the info, Any idea where to start debugging?

On Sun, 10 Feb 2019, 12:51 pm Rick Anderson <[email protected] wrote:

You don't get controllers in Razor Pages.

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/aspnet/Docs/issues/10643#issuecomment-462110079, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AsGZEvWyBDQzLaEbaDDlAHEEGymghacOks5vL8h6gaJpZM4aUxM5
.

Did yo create the "Movie" folder in the "Pages" folder?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aaron-bozit picture aaron-bozit  Â·  3Comments

AnthonyMastrean picture AnthonyMastrean  Â·  3Comments

neman picture neman  Â·  3Comments

Rick-Anderson picture Rick-Anderson  Â·  3Comments

serpent5 picture serpent5  Â·  3Comments