I developed my first website for a simple internal application using Webmatrix in a Windows 2008 Server R2 machine. I'm able to open the site with a browser in the same machine as it is running, but cannot open it from any other machine in the network. I cannot open the default IIS7 website either.
The error is 401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view this directory or page using the credentials that you supplied..
This is what I have done so far, without any changes in the results:
- Changed the port of my site to 80, and the default to 8080
- Where it lists all the sites (so far just the default and mine), right-clicked on my site, selected
Edit Permissions, selected theSecuritytab, and verified thatEveryonehasAllowpermissions for everything - Where it lists all the sites (so far just the default and mine), right-clicked on my site, selected
Edit Permissions, selected theSecuritytab, and addedDomain UserswithRead & execute,List folder contentsandReadpermissions.
BTW, I checked these 3 posts with other fellows having the same issues as me and there are no answers.
Can't access IIS7 from my home network
How does one allow access to networked PCs to see your "localhost" in IIS7 - Windows 7
And yes, I can ping the computer running IIS7, the WWW services are enabled with no restrictions, tried disabling firewall, etc.