I added a new Controller called "ListController" in to MVC project
if I write in browser Url http://localhost:1509/list
everything works fine
But if I write in browser Url "http://localhost:1509/List"
I get Erorr page
The only difference is if the letter L in the URL is capitalized or lowercase letter
What causes it