I have mixed ASP.NET Web Forms, MVC and WebApi application with AspNet.Identity deployed to an IIS8 on Windows 2012 R2 server.
And when I'm accessing this app from local netrowk it work fine. On the other hand, when I or anybody else accessing application from internet, after login with correct login/password it shows:
Forbidden
You don't have permission to access /ProjectFolder/Default.aspx on this server.
In addition in the log file it seams that status is 200 OK:
2017-06-16 10:48:13 10.77.61.44 GET /ProjectFolder/Default.aspx - 80 login_name@companyname.com 10.77.61.254 Mozilla/5.0+(Linux;+Android+7.0;+SM-G930F+Build/NRD90M)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/58.0.3029.83+Mobile+Safari/537.36 http://subdomain.domain.com/ProjectFolder/Login.aspx 200 0 0 274
What could be the reason?