IIS requesting credentials

I have this Windows Server installed on a virtual machine, and I have a site in IIS of this virtual machine for some testing purposes. The problem here is that every time I want to access the website, the site asks me about a username and password. At first I did not know why, I tried to use sites, but it did not work. Then I used the virtual machine log and that it worked. My question here is how to disable it? The site is located in a virtual directory, and I found it in "My Documents". At first I thought it was, but when I changed the security of the My Documents folder for sharing, it still asks me for credentials. Any ideas?

+6
source share
1 answer

This is probably due to the site authentication settings in IIS. Do you have Windows authentication enabled for the site through IIS? Here is a good link that should help solve your problem:

http://www.c-sharpcorner.com/Forums/Thread/123890/site-deployed-in-iis-7-is-always-asking-for-username-and-pas.aspx

+5
source

Source: https://habr.com/ru/post/919899/


All Articles