I have deployed mvc3 application in IIS 7
It is running as integrated .net 4 mode. Can anyone please guide?
Error message is: The type of page you have requested is not served because it has been explicitly forbidden
I have deployed mvc3 application in IIS 7
It is running as integrated .net 4 mode. Can anyone please guide?
Error message is: The type of page you have requested is not served because it has been explicitly forbidden
Things to check:
<modules runAllManagedModulesForAllRequests="true"/>
sethttp://server/home/index
(change the controller and action names to match yours).{controller}/{action}
url in yourGlobal.asax
.~/Views/Home/Index.cshtml
.