0

I have developed an application in ASP.NET MVC 5.0 + SQL SERVER 2008 and deployed a build in my test environment. It works fine as expected.

Now, I have moved the build to production environment and after login it shows that my home was not found(The view or its master was not found). I have the same configuration in both the IIS Servers.

I am wondering what has been missed?

Ulhas Tuscano
  • 5,502
  • 14
  • 58
  • 89
  • Maybe this will help you https://stackoverflow.com/questions/2269220/the-view-index-or-its-master-was-not-found – gofr1 Jun 01 '16 at 08:24

1 Answers1

0

It was not working because IUSR did not have sufficient privileges.

Please check the link below : IUSR Permission

Community
  • 1
  • 1
Ulhas Tuscano
  • 5,502
  • 14
  • 58
  • 89