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
Post a Comment