Click here to Skip to main content
15,914,111 members

Comments by brzydkimech (Top 2 by date)

brzydkimech 13-Jul-16 4:56am View    
I have IIS server,website and SQL server on my local machine so everything works in my local network/environment. What is interesting, when I turn on only Basic Authentication and log in with my credentials (username and password to my machine) then it works.
brzydkimech 13-Jul-16 4:48am View    
If both windows and anonymous authentication are turn on this is true but as far as I know if we add in web.config inside authorization node <deny users"?"=""> entry, then anonymous users won't be taken under consideration anymore. It means that Windows authentication will be used. But even I turn off anonymous authentication (only windows authentication is turn on) I'm still getting popup with form to log in.