IIS 7 – 404 – File or directory not found. OR 403 Forbidden: Access denied.
There are two solutions to this which generally work for us: the first one is regarding permissions and the second is when an incorrect . NET Framework has been set.
Solution One
- Open IIS
- Add your website
- Click on Edit Permissions (top right)
Click on Security
Click Edit
Click Add
Click Advanced
Click Find Now
Look for IIS_IUSRS
Click OK
Click OK again
Give IIS_IUSRS full rights
Solution Two
Click Application Pools (top left)
Click Your Website
Click Basic Settings (right column)
Set the correct .NetFrameWork for your application.
Click OK
If these have solved the problem, you’re done!
December 5, 2014 @ 12:30 pm
thank you very much..it’s work.