Today I started my application on my work machine from Visual Studio, and it surprisingly believes that it is authenticated in my work area. (User.Identity begins to return values about leotsarev@mycompanyname.com ) How can I prevent this?
I do not want my application to register in the domain using only login / password and my own user database.
My web.config https://github.com/joinrpg/joinrpg-net/blob/master/Joinrpg/Web.config
.csproj https://github.com/joinrpg/joinrpg-net/blob/master/Joinrpg/JoinRpg.Web.csproj
In IIS Manager, go to your website. Double-click the Authentication icon and make sure that only Anonymous authentication is enabled. I assume that you have Windows Authentication enabled .
Source: https://habr.com/ru/post/1271416/More articles:does chrome.tabCapture.capture automatically disable a tab? Is there any other method that doesn't turn off? - javascriptTreeView with a nested list - c #Run code in frame window context - javascriptIn detail, what happens when you press Ctrl-C in a terminal? - bashServices Serenity + Rest - javaWhy is the release function not called when the constructor object throws a new expression? - c ++Change this condition so that it is not always evaluated as 'true' - c #Why does "Self" require constant size at compile time to call a free function, but there is no sign of an equivalent function? - traitsClarification of authorization of identities: use of claims as roles, roles and claims or role requirements - c #Verified_view - c ++All Articles