You are on page 1of 1

1. Avtentikacija se ureja v fajlu: C:\Program Files\Lansweeper\Website\web.

config <authentication mode="Windows"/> <identity impersonate="true" /> <authorization> <allow users="*" /> <deny users="*" /> </authorization> 2. ISS Fajl C:\Program Files\Lansweeper\IISexpress\iisexpress.config <authentication> <anonymousAuthentication enabled="false" userName="" /> <basicAuthentication enabled="true" /> <clientCertificateMappingAuthentication enabled="false" /> <digestAuthentication enabled="false" /> <iisClientCertificateMappingAuthentication enabled="false"> </iisClientCertificateMappingAuthentication> <windowsAuthentication enabled="false"> <providers> <add value="Negotiate" /> <add value="NTLM" /> </providers> </windowsAuthentication> </authentication>

You might also like