Windows IIS with Windows authentication and access for single host -


i have set following iis application on host host1:

  • site bindings: type: http, port: 8080, ip address: *
  • alias: app1
  • physical path: c:\inetpub\app1
  • port: 8080
  • anonymous , basic auth disabled
  • windows auth enabled

now if try access application host host2, windows authentication form, expected.

is possible set authentication application app1 so, no windows authentication used when app1 accessed host host2?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -