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
You need to uncheck Enable anonymous access in IIS and you can also remove the identity and authorization nodes in your web.config. Keep in mind that not all browsers support this and most will still prompt you for authentication.