IIS Binding with windows authentication

后端 未结 3 1020
南笙
南笙 2021-02-01 05:50

I have a local website (http://localhost/testsite) with Windows Authentication, that works well.

Now I changed the binding of the site to an URL (http://testsite.blablab

3条回答
  •  無奈伤痛
    2021-02-01 06:09

    Note that by changing binding, this site may not be accessed again by your previous URL in web browsers. Learn about what is a binding and you should find out if you did something wrong.

    So the site that gives you this 401.1 can be completely another site.

提交回复
热议问题