Tag: Visual Studio
-
How to install Visual Studio 2021 Preview Behind Corporate Proxy
So you are tempted to get your hands on the shiny Visual Studio 2021 Preview, right? But the evil corporate proxy is once again blocking you from expanding your curiosity? Well, fear no more. Stay with me while I’ll walk you through this in literally just a minute! Run Fiddler and make sure that fiddler…
-
How to fix proxy authentication issues in your development environment
I have written about proxy authentication before and although this annoying problem has been around, many tools still don’t support it well. Specially when it comes to NTLM flavor of it that has been developed by Microsoft long time ago and even many Microsoft tools did not support it until recently. Proxy servers in my…
-
Development behind corporate proxy + authentication
Developing in companies that have proxy servers for developers can be frustrating in this age when every tool needs access to online resources and even parts of software development life cycle are cloud based. Proxy servers that require NTLM authentication just add to that frustration. NTLM is developed by Microsoft but many applications built by…
-
Disabling Security warning for Attach to process in Visual Studio 2010, 2013 and 2015
You probably have already suffered from the pain of having to click one more time when attaching visual studio’s debugger to a process. As developers we all have the obsession to be more productive and everything that comes in the way is a bummer. I should have shared this little secret before, but … I…
-
Per developer web.config files using out-of-the-box Visual Studio functionality
out-of-the-box web.config transformations are the only thing you need to create per-developer web.config files.