0

I have ASP.NET MVC application hosted on IIS 8.5 on azure vm. I am able to see main page but when I browse for another page I am getting 404 page not found error. All pages are present in application directory. It is working fine on local machine.

Akash Rekalwar
  • 85
  • 1
  • 1
  • 9

1 Answers1

1

Have you installed WebDeploy on the server? if not then install it and then check. it will work.

Let's Enkindle
  • 57
  • 2
  • 17