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

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

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