Tag Archives: .net

Generating your app.config at runtime.

So I am working on a project at a client which is a server application and a component of other server applications. Its a complex data service which can be deployed as a component of other applications and can be … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Better Know A Framework: Getting the windows proxy settings

It’s a question I have seen a few times on the Microsoft forums: How do you get the default system proxy settings? Well, let me tell you the answer: WebRequest.GetSystemWebProxy will return a proxy object with the default system proxy … Continue reading

Posted in Better Know a Framework | Tagged , , , | Leave a comment