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

  • SEARCH
  • Home
  • 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 6203603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:56:42+00:00 2026-05-24T04:56:42+00:00

Please help!!! I have an ClickOnce Application which connects to a WebService to get

  • 0

Please help!!!

I have an ClickOnce Application which connects to a WebService to get data from a DB.
Since I am using a proxy server in my local machine (IE web browser), I get the error “The request failed with HTTP status 403 : Forbidden.”.

  • Why does ClickOnce App. send proxy information about my local browser to the WebService?
  • What do I need to do to bypass this, a change in the ClickOnce App. or to the WebService, what kind of change?

I am still concern why ClickOnce App. sends the information a bout IE and not about the other browsers or it sends the information about the default browser?

Thanks,

  • 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-24T04:56:42+00:00Added an answer on May 24, 2026 at 4:56 am

    The only spot where ClickOnce uses the proxy settings is to download the application files. Thep roblem you are having has nothing to do with ClickOnce — it’s your code calling the web service.

    My guess is that the problem is not that the proxy settings are being applied, but that they are NOT being applied. I’m assuming your company requires the proxy settings?

    You don’t say if your service is a WCF service or asmx web service or what. If it’s a WCF service, you might try something like this when calling your service, so it uses the proxy settings.

            YourService.YourServiceClient prx = new YourService.YourServiceClient();
            System.ServiceModel.WSHttpBinding wsb = 
                (System.ServiceModel.WSHttpBinding)prx.Endpoint.Binding;
            //proxyURi should be something like 127.0.0.1:8888
            wsb.ProxyAddress = new Uri(proxyURI);
            //set to true if you want to bypass proxy on intranet
            wsb.BypassProxyOnLocal = false;
            wsb.UseDefaultWebProxy = false;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please help! Background info I have a WPF application which accesses a SQL Server
Please help me i have a NSMutableArray which contains data until viewDidLoad is finished.
Please help me about this issue... In my application i have calender where user
please help me to parse xml from another xml... i have this xml named
I have created application and deployed it using ClickOnce it size is about 30MB,
please help me I have a script which works on First Page Load, And
I really need your help since I have a frustrating problem. I'm downloading data
please help: I have a data set need to be stored like tree, following
I wonder if anyone could please help me I have been using HTML tidy
may be too simple groovy question but....please help i have a list like this:

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.