Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6173083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:30:22+00:00 2026-05-23T23:30:22+00:00

I have written a WinForms app that uploads addresses from a spreadsheet, and geocodes

  • 0

I have written a WinForms app that uploads addresses from a spreadsheet, and geocodes them using an external geocoding service. This all works fine on my local machine, but the time has come for it to be installed on other peoples computers for testing. The app no longer works now though, generating the below error:

 System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.

Having read a lot and chatted breifly to our network guys, it seems i need to establish the Security Context for the users account and work with this to correct the error.

Has anyone got any pointers about how I should be going about this?

Thanks in advance!

C

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T23:30:23+00:00Added an answer on May 23, 2026 at 11:30 pm

    It depends on how your uploading the data. If your using a http request (as it looks like you are) it will look something like;

      HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create("https://test.example.com/");
      req.Method = "POST";
      req.ContentType = "text/xml";
    
      req.Credentials = new NetworkCredential("TESTACCOUNT", "P@ssword");
    
      StreamWriter writer = new StreamWriter(req.GetRequestStream());
      writer.Write(input);
      writer.Close();
      var rsp = req.GetResponse().GetResponseStream();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a .NET application that was written in C# and VB.NET using WinForms.
I have an app that I've written in C#/WinForms ( my little app ).
We have a WinForms app, written in VB.NET (CLR 2.0), that does a lot
I have this app written in VB.Net with winforms that shows some stats and
Background: I have a winforms app written in C# that converts xlsx files to
I have an OCR program, written with C# (WinForms app). So it's main purpose
i have some WinForms app (Framework to develop some simple apps), written in C#.
i have some WinForms app (Framework to develop some simple apps), written in C#.
I have written a WinForms application (C# 2.0, VS2008) that registers several file types
I have a desktop written with Winforms. Now I have requests that people want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.