Simple script to turn off AlwaysOn to save memory for dev/test apps. Not recommended for production apps since this will cause your app to sleep and that first request will take a while as the app wakes up. We saved enough memory to consolidate our test apps into one app service plan. For some reason […]
Read More →Category: Coding
Powershell – Find the name servers for a list of domains and spit the results to CSV
Change the path of $list to the path of your text file with the domains. The domains need to be one per line in the text file. Change the?$exportPath to where you want to save the CSV file. Then copy and paste the code below into a .ps1 file and run from PowerShell. $list = […]
Read More →Site improvements, ISAPI_Rewrite with WordPress and IIS
A while ago I fixed my site and improved the load time. I removed some bad add-ons for WordPress, did some upgrading etc. I just found a nice post on using ISAPI_Rewrite with WordPress so I gave it a shot on my site. I’m using version 2 so I added the following rules to my […]
Read More →