Add WeatherSentry Button

This optional configuration adds a button to the top of the Responder web application. This button takes the user to the WeatherSentry website.

To add this functionality to your Responder web application, follow the steps outlined below.

  1. Browse to C:\Inetput\wwwroot\Responder and open Web.config for editing.
  2. Look for the following XML.
        <add key="masterPage.showWeatherSentryIcon" value="false"/>
  3. Set the Value attribute to "true".
  4. Save and close Web.config.
  5. In the same directory, open wso.htm for editing (e.g., Notepad).
  6. Look for the following XML
          <input type="hidden" name="username" value="" />
          <input type="hidden" name="password" value="" />
  7. Set the Value attributes to the username and password required by the WeatherSentry web site. You will need to sign up for an account with WeatherSentry to get a valid username/password.
  8. Save and close wso.htm.
QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?