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 […]
Articles Tagged: IIS
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 […]
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 […]
Save list of all websites of IIS with PowerShell
Setup: Computer with PowerShell installed, IIS enabled Problem: You want a list will all websites and their details. Solution:
Disable Client Certificate Revocation (CRL) Check on IIS
Setup: IIS 6/7 Problem: You want to disable Client Certificate Revocation (CRL) Check on IIS Solution: IIS 6 IIS 7 Reboot the server.