C
C
cicatrix2018-04-09 16:08:12
ASP.NET
cicatrix, 2018-04-09 16:08:12

Why is the user getting 401 (Windows authentication)?

Made a small web application for work. Hosted on my local IIS server.
The web.config says:

<authentication mode="Windows" />
    <authorization>
      <deny users="?" />
    </authorization>

The idea is that any user who has passed domain authentication can use.
However, except for me, no one can get in, a 401 error is returned.
What needs to be screwed up?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question