Tagged Questions
The defaultproxy tag has no wiki summary.
1
vote
0answers
134 views
.net question - where are the DefaultCredentials stored/accessed from for a WinForms v3.5 app?
Where are the DefaultCredentials stored/accessed from for a WinForms v3.5 app?
That is if I am using the settings for defaultProxy for my Winforms v3.5 application, and set a proxy server address ...
1
vote
2answers
901 views
getting “remote server cannot be resolved” on localhost does not get fixed by defaultProxy?
here is the sitution, i am testing on my localhost from my machine at home (no proxy server and windows default firewall) and retrieving api.flickr.com xml file, when I come to work (that uses an ISA ...
0
votes
1answer
233 views
Exception when specifying defaultProxy in app.config when running NET4.0 application from network share
We're seeing a very strange issue when running the following application from a network share under NET4.0. When specifying a defaultProxy section in app.config a System.Net.WebException is thrown. ...
0
votes
0answers
198 views
Report Builder 3.0 Map Wizard Issue
I’m doing a POC on Report Builder 3.0 Map Wizard. I’m using spatial data from AdventureWorks2008 and selecting Sql Server Spatial Query as source of spatial data in report builder 3.0.
Now when I’m ...
0
votes
1answer
1k views
when using “default proxy” where does the username/password come from?
The "WebClient" class (and ClickOnce also) can use default proxy settings (e.g. put in application.config), however:
Where does the username / password come from? (I can't see a setting in the XML ...
0
votes
3answers
3k views
.Net default proxy setting
If I have a client application which needs to call a web service. I want to know the pros/cons and impact if I set default proxy property to true or false in app.config file? Thanks!
Here is the ...