The issue was in web.config. We Went back and got another copy from IIS6 then made the following changes manually.
REMOVED:
Code:
<authorization>
<!--<allow users="*" />-->
<deny users="?" />
</authorization>
<directoryBrowse enabled="true"/>
Leave a comment: