I have an enabled Windows Authentication on my projects. When I run it from Rider, it always prompts me "access denied". It's working fine when I run it via Visual Studio.
How can I solve this?
Navigate to: <project>.idea/config/applicationhost.config
Find the tag <authentication>
and enable the <windowsAuthentication>
tag like so: <windowsAuthentication enabled="true">
Mine looks like this:
<windowsAuthentication enabled="true">
<providers>
<add value="Negotiate" />
<add value="NTLM" />
</providers>
</windowsAuthentication>
Just to build on @RyanDawkins answer with a GUI equivalent.
This is similar to the Visual Studio way of doing things, it just saves the settings in {SolutionFolder}/.idea/config
instead of {SolutionFolder}/.vs/config
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With