Configure web proxy settings for Local System account

Before defining a web service, you must configure web proxy settings for your Local System account based on your network requirements.

Before you begin

You may not need to change your network settings.

Procedure

  1. Configure Internet web proxy setting using BITSAdmin in one of the following ways.
    Note: For more information on BITSAdmin Tool, go to: http://msdn.microsoft.com/en-us/library/aa362813%28VS.85%29.aspx
    To set...Then do this...
    accounts to use a static proxy server with exclusions
    1. Execute: bitsadmin /util /setieproxy localsystem MANUAL_PROXY proxysrv:8080 ";*. contoso.com"
    2. Replace proxysrv, 8080, and contoso.com  with your organization's proxy server addresses address, port, and exclusions.
    account to use proxy.pac file
    1. Execute: bitsadmin /util /setieproxy localsystem AUTOSCRIPT http://contoso.com/proxy.pac
    2. Replace proxysrv with your organization's pac file addresses.
  2. From an administrative command line window, run the commands for the account that you want to change.