Click here to Skip to main content
15,887,262 members
Home / Discussions / C#
   

C#

 
Generallock table in ms sql Pin
evoseven20-Jul-04 22:38
evoseven20-Jul-04 22:38 
GeneralRe: lock table in ms sql Pin
Nick Parker21-Jul-04 3:09
protectorNick Parker21-Jul-04 3:09 
GeneralRe: lock table in ms sql Pin
Steven Campbell21-Jul-04 3:16
Steven Campbell21-Jul-04 3:16 
GeneralRe: lock table in ms sql Pin
evoseven21-Jul-04 13:17
evoseven21-Jul-04 13:17 
QuestionWindows XP firewall influence the traffic of ActiveSync? Pin
ting66820-Jul-04 22:31
ting66820-Jul-04 22:31 
AnswerRe: Windows XP firewall influence the traffic of ActiveSync? Pin
Heath Stewart21-Jul-04 6:20
protectorHeath Stewart21-Jul-04 6:20 
GeneralWebRequest and customized .config Pin
Corinna John20-Jul-04 22:02
Corinna John20-Jul-04 22:02 
GeneralRe: WebRequest and customized .config Pin
Heath Stewart21-Jul-04 6:17
protectorHeath Stewart21-Jul-04 6:17 
Interesting problem. So when you redefine that in your app.config, it's not affecting anything? Since machine.config is the parent config section, any changes in your app.config will overwrite those changes (or add to/remove from/clear a collection, etc.).

The weird thing is that your Windows Identity is obtained through NTLM, for which your providing credentials. So when you use a web browser that supports NTLM (IE and Mozilla 1.7+) that identity is obtained through NTLM. The username is used to resolve the path, while the credentials are used to authenticate the user.

On thing you could try is to assign your own WebProxy to HttpWebRequest.Proxy. That should override any checking for registry settings. Also keep in mind that proxy discovery isn't in the registry and .NET won't parse that information. Would be nice if they added support for that in future versions of the Framework.

 

Microsoft MVP, Visual C#
My Articles
GeneralStarting service from another Pin
SatyaDY20-Jul-04 19:38
SatyaDY20-Jul-04 19:38 
GeneralRe: Starting service from another Pin
Heath Stewart21-Jul-04 5:51
protectorHeath Stewart21-Jul-04 5:51 
GeneralProb with service Pin
SatyaDY20-Jul-04 18:00
SatyaDY20-Jul-04 18:00 
GeneralRe: Prob with service Pin
Heath Stewart21-Jul-04 4:50
protectorHeath Stewart21-Jul-04 4:50 
QuestionHow to do with SVG path string? Pin
luming112233445520-Jul-04 16:53
luming112233445520-Jul-04 16:53 
AnswerRe: How to do with SVG path string? Pin
J. Dunlap20-Jul-04 19:25
J. Dunlap20-Jul-04 19:25 
Questionwindows doesn't distinguish between stanby and hibernate? Pin
vista2720-Jul-04 16:17
vista2720-Jul-04 16:17 
AnswerRe: windows doesn't distinguish between stanby and hibernate? Pin
Nick Parker21-Jul-04 3:34
protectorNick Parker21-Jul-04 3:34 
GeneralString.Input and StreamWriter Pin
j1e1g120-Jul-04 15:09
j1e1g120-Jul-04 15:09 
GeneralRe: String.Input and StreamWriter Pin
Heath Stewart21-Jul-04 4:42
protectorHeath Stewart21-Jul-04 4:42 
QuestionC# Windows Form DataGrid Hyperlink??? Pin
gman4420-Jul-04 14:59
gman4420-Jul-04 14:59 
AnswerRe: C# Windows Form DataGrid Hyperlink??? Pin
Nick Seng20-Jul-04 15:53
Nick Seng20-Jul-04 15:53 
GeneralClick outside of form detection Pin
cdengler20-Jul-04 14:45
cdengler20-Jul-04 14:45 
GeneralRe: Click outside of form detection Pin
J. Dunlap20-Jul-04 19:34
J. Dunlap20-Jul-04 19:34 
GeneralRe: Click outside of form detection Pin
mav.northwind20-Jul-04 20:33
mav.northwind20-Jul-04 20:33 
GeneralRe: Click outside of form detection Pin
cjengler21-Jul-04 1:27
cjengler21-Jul-04 1:27 
GeneralWake up my Display Pin
Trambert20-Jul-04 12:12
Trambert20-Jul-04 12:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.