Top 5 Recent Entries
How to Create a YouTube Data API v3 Key
This guide explains how to create a YouTube Data API v3 key for your application.
Location: JavaScript | JavaScript APIs (Application Programming Interface)
List Physical Hard Drives and Child Logical Drive Letters with PowerShell
Map physical disks to their active logical drive letters with a single PowerShell command.
Location: Windows Server Core and Desktop | PowerShell
How to implement the code in web.config to redirect http to https
DescAdd an XML URL rewrite rule to your web.config file to automatically redirect all insecure HTTP traffic to secure HTTPS.
Location: ASP.NET | IIS Web.Config
Create a Long-Lived Facebook Page Access Token (Expires: Never)
How to exchange a Facebook Page Access Token for a long-lived token and generate a Page Access Token that typically reports Expires: Never in the Access Token Debugger.
Location: JavaScript | JavaScript APIs (Application Programming Interface)
How to Force Drop a Busy SQL Server Database: SINGLE USER vs. OFFLINE
How to safely drop a SQL Server database when it is locked by active connections, using the SINGLE USER and OFFLINE methods to resolve "database is currently in use" errors.
Location: Databases | SQL Server