show/hide this revision's text 3 added 193 characters in body

My mistake, the issue is fixed now, it turned out to be an error in my code and the fact that my machine is not domain joined that was leading me to believe the issue was with the value of User.Identity.Name.

Thanks all for suggestions, hopefully my next contribution to the site will be on a less foolish note.

--

By the way - this link might help people looking for related information on authentication in IIS: http://blog.mike-obrien.net/PermaLink,guid,5e975b20-7b05-472f-bd80-04028ab8b6fa.aspx

    Post Undeleted by mig
show/hide this revision's text 2 added 39 characters in body

I feel dumb... adding <identity impersonate="true" /> to my web.config fixed

My mistake, the issue , is fixed now, it turned out to be an error in my code and the application fact that my machine is impersonating not domain joined that was leading me to believe the user I am authenticating as and User.Identity.Name is returning issue was with the correct value of User.Identity.Name.

Thanks all for suggestions, hopefully my next contribution to the impersonated user when asked for it.

Thank yousite will be on a less foolish note.

    Post Deleted by mig
show/hide this revision's text 1