c# - Disable prompt login in asp.net -


i have intranet c# application it's single sign on when published on iis browser displaying prompt login, how can disable it.

web.config

 <compilation debug="true" targetframework="4.0" /> <authentication mode="windows" /> <identity impersonate="true"/> 

check internet options local intranet zone , see if auto logon selected. setting affects other browsers, not ie. enter image description here


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -