Sign In with Windows Authentication
You can enable Responder Web to use the computer's Windows Authentication login to auto-log in, rather than prompt for a user-provided login.
- Open the web.config file located in: C:\Inetpub\wwwroot\Responder\Web.config.
-
In Web.config, locate the following text:
<authentication mode="Forms"> <forms loginUrl="~/login.aspx" protection="All" slidingExpiration="true" timeout="30" /> </authentication>
- Change the authentication mode="Forms" to authentication mode="Windows." Save Web.config.
- Open the Internet Information Services (IIS) Manager.
- Expand the Default Web Site node.
- Select the Responder Web Site node.
- Double-click Authentication.
- Select Anonymous Authentication and click Disable.
- Select Window Authentication and click Enable.
- Find and select the Services node.
- Select the Authentication in the Features View pane.
- Click on Open Feature in Actions pane.
- Ensure the Anonymous authentication is enabled.
-
Restart IIS.
If you continue to receive the error after IIS is restarted, clear the internet cache on Client machines.