SharePoint Warm-Up – not needed anymore

Setup: Sharepoint website Problem: When you access first time the website, the response is very slow because IIS need time for  dependencies such as database connections, compilation of ASP.NET code, and loading of modules. Solution:  Application Initialization Module for IIS 7.5 Overview IIS Application Initialization for IIS 7.5 enables website administrators to improve the responsiveness […]

Read More

Retrieve passwords from IIS Application Pool with PowerShell remotely

Setup: Server with IIS installed and a remote computer with PowerShell Problem: IIS store the Application Pool Account password un-encrypted and is trivial to retrieve it. If you want to list all application pool accounts and their passwords use the following PowerShell command. You can even scan entire network/domain and make a list will all […]

Read More

Fix .NET error – There is no compatible TransportManager found for URI

Setup: Existing WCF service published with net.tcp bindings Problem: You receive this error There is no compatible TransportManager found for URI ‘net.tcp://WCFService/WCFService.svc’. This may be because that you have used an absolute address which points outside of the virtual application, or the binding settings of the endpoint do not match those that have been set […]

Read More