I am reposting. I hope you can understand better. The last post got messed up.
I am having the same issue. I am doing all this in windows xp. I gave FULL permissions to ASPNET in my DNN install I also added myself and did the same thing.
In the web.config file ....
Instead of <!--<identity impersonate="true"/>
<authentication mode="Windows">
</authentication>-->
tried changing to
<identity impersonate="true" username="STLMSD\myusername" password="xxxxx"/>
<!--<authentication mode="Windows">
</authentication>-->
but it will give me Parser Error Message: Unrecognized attribute 'username'. Note that attribute names are case-sensitive. And I have tried all kinds of variations for my username...ex stlmsd\myusername, myusername, STLMSD\MYUSERNAME.
Also tried....
<!--<authentication mode="forms">
<forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies" />
</authentication>
<identity impersonate="true" username="STLMSD\myusername" password="xxxxx"/>-->
<authentication mode="Windows">
</authentication>
....and I get to the login screen fine but of course won't authenticate"
And I know I have access to the AD because I was able to set it up and query it using another CMS.
Or can you point me where I can find that part about impersonation in the documentation?
Please help . Thanks!