Search code examples
iiswebserverhostingweb-hosting

IIS hosting - Website asks for login prompt


Hosted a web application on IIS but it is throwing user a login prompt. I have tried all the settings IIS to disable IIS but this still persists on users machine. It allows login via my id and password only. Any idea?


Solution

  • Based on your description, You should have some kind of authentication enabled in IIS, You can check the method you have enabled in autnentication:

    enter image description here enter image description here

    You can refer to this link for the difference between these different Authentication:Understanding Various Types of Authentication in IIS