integrated windows dosn't work well
I 've configure windows server 2003 IIS manager so that whenever
i create new website and give it an IP address ,it works well .
But the problem is there when I configure my web.config like this:
<authentication mode="windows"/>
<authorization>
<allow roles="domain\r"/>
<deny users="*"/>
</authorization>
It does always shows me the dialoge of collecting user name and password of Basic authentication metod, here I've never configured basic authitication methods.
note:
Whenever I create a virtual directory from that application it works well.
so can Iget a help.
thanks..
|