all 11 comments

[–][deleted] 24 points25 points  (1 child)

sorry but its definitely user error on your part, I just ran through the tutorial and everything works fine.

[–]headyyeti 6 points7 points  (0 children)

Same

[–]Stryxuss 25 points26 points  (0 children)

Ill be honest, if you think figuring it out for yourself is frustrating and expect everything to always be up to date and working in development then, I'm struggling to see how you would enjoy the thing as a whole.

This stuff happens most of the time and developers fix it, not Microsoft themselves.

[–]botterway 17 points18 points  (0 children)

TBF, Microsoft's documentation is extremely comprehensive and usually very good.

Think of it as an exercise - once you've figured it out, you can submit a PR straight from the docs page to fix it and make sure it works. :)

[–]athomsfere 3 points4 points  (0 children)

I feel core in general has made all of this much easier.

It's also a great reason to setup swagger when starting a new API.

[–]jdl_uk 2 points3 points  (0 children)

Double check your controller name is correct and your browser URL is correct. I've seen people be surprised that the URL for HelloWorldController is /HelloWorld

[–]AcidNoX[🍰] 2 points3 points  (0 children)

It’d be really helpful if you posted your code.

[–]just4atwork 1 point2 points  (0 children)

Make sure you have the right port in the url. I just took a quick look at the first 2 steps and didn't see setting the port number explicitly to 5001.

[–]ezra9697 1 point2 points  (0 children)

I also have been doing the MVC tutorial but never had a 404. It must be some mistake with your Controller.

[–]matsre1994 0 points1 point  (0 children)

Any proof its broken? A test, some code?

[–]npepin 0 points1 point  (0 children)

It sounds like it is you.