I have seen many posts about this issue, but not with a final answers.
I have tried everything that the previous posts have suggested but with out success.
I have IIS setup for integrated security with anonymous security disabled.
In my web.config file I have
<authenticationmode="Windows"/>
<identityimpersonate="true"
/>
<authorization>
<allowusers="domain\\*"/>
<allowroles="Domain\TechUsers"/>
<denyusers="?"/>
</authorization>
When I try to go to the site it keeps asking for username and password. Is there something that I am missing? I was reading about double hops, would this be the cause and how can I fix it
Thanks in advance.