HTTP Error 403.14 - Forbidden - MVC 4 with IIS Express

后端 未结 9 1676
栀梦
栀梦 2020-12-11 14:41

This seems like a question that has already been asked/answered many times. Its not.

Development Environment: VS 2012 and MVC 4. I am using the buil

9条回答
  •  伪装坚强ぢ
    2020-12-11 15:33

    Your routes seems fine. This should not cause any problem. The error is occuring only on http://localhost:49962/managescholars/ which means that there might be some other resource with same name. Can you make sure your code does not mistakenly creates a folder managescholars during execution?"

提交回复
热议问题