Recently I cam across a scenario.
When I tried to access the below URL on the host server, it gave me a 500 internal server error.
<DomainAddress>/tut/Courses/CoursesView
But when I change the URL as below it worked(Changed 't' to 'T').
<DomainAddress>/Tut/Courses/CoursesView
I understand that tut is a folder on the server.
- While trying to access an application do capital letters matter ?
- Am I missing some settings in the IIS server ?
Project details
MVC application.
CourseView is a HttpPostMethod.
Also the following url works on my localserver
/Courses/CoursesView