Simply, I created an asp.net web site on IIS7
When I click on the “browse google.com on *:80(http)” it opens the real google.com not mine…
So that, I can not be sure my site is working properly or not.
(I dont want to make google1.com to see it is working)
I change the hosts file :
xxx.yyy.zzz.kkk google.com
now, when I browse the google.com it returns 404 not found
when I browse the xxx.yyy.zzz.kkk it returns 404 not found
I know that IIS working properly…
I know that Physical path is correct… So any idea why browsers returns 404 not found? Is it related with the physical file permission? I gived all permissions to SYSTEM and I clicked OK and then when I check again it was returned pervious state… I didnt work..
Assuming that anonymous authentication is enabled for your IIS application and you don’t have any special configurations enabled, it’s probably an authorization problem.
Make sure you grant the necessary permissions for the group
IIS_IUSRSand/or the userIUSRfor the physical folder of your application.