I wrote an asp.net application with default.aspx. When I hit this page It is asking me windows login popup window. My application should me windows authentication required b
I would turn off enable anonymous access and just use the "Integrated Windows authentication". Also, if you are using FireFox the domain token for the logged in user is not available without some workarounds. So I would try to stick to using IE if you can too, to make it easier (no pop-ups).