Jump to content

Proxy Using


TomPainty

Recommended Posts

To enable the default proxy setting that are used in a company (IE proxy settings), these setting must be added into the PaintDotNet.exe.config.

After this, the automatic update works.

 

  <system.net>
    <defaultProxy useDefaultCredentials="true"/>
  </system.net>

 

Please can you add this into the next new version.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...