In this 4th part of the series I will describe how to set to your SSL certificate for your SharePoint web application and provider-hosted SharePoint add-ins. In the previous part I described how to change your SharePoint web application to use SSL and HTTPS properly. That also resulted in a...
Continue reading...IIS
Implementing SSL with PowerShell for existing SharePoint 2013 farm – Part 3
In part 1 I described the environment I am working in and what will be affected by the SSL implementation. In part 2 I described the deployment of the SSL certificates. In this 3rd part of the series I will describe how to correctly change your SharePoint web applications to...
Continue reading...Implementing SSL with PowerShell for existing SharePoint 2013 farm – Part 2
In the previous post I have described the current SharePoint 2013 environment and the steps to be taken to implement SSL and get it all back working like charm. In this second part of the series I will describe how to deploy and install your certificates with PowerShell. If you...
Continue reading...Implementing SSL with PowerShell for existing SharePoint 2013 farm – Part 1
You have an existing SharePoint 2013 multi server farm running smoothly. And then, at one day, you are asked to implement SSL. Everything needs to run with https. And when users are using http, then the request needs to be redirected to https. Easy-peasy right? In these series of posts...
Continue reading...How to disable the process termination by IIS when debugging
When you are writing great lines of code for your SharePoint solution, you’ll probably be testing and debugging that code as well. You deploy your solution, attach Visual Studio to the worker process and when the debugger hits the breakpoint, you examine what happens and read the values of your...
Continue reading...