If you would like to change the SSL certificate for a specific domain through GoDaddy. Follow the below instructions. Login to the web server where the SSL needs to be applied. Open IIS (run -> inetmgr) Click the Server Name
Permanently redirect http to https – IIS
in order to redirect any http calls to https. please follow these steps. 1. Open IIS as administrator2. Right click on the website you would like to redirect the site to and click explore.3. If there is a web.config file,
ERROR 001487: Failed to update the published service with the server-side data location. Please see the server’s log for more details. ERROR 001369: Failed to create the service. Failed to execute (Publish Service Definition).
ERROR 001487: Failed to update the published service with the server-side data location. Please see the server’s log for more details. ERROR 001369: Failed to create the service. Failed to execute (Publish Service Definition). To Resolve this error follow the
Attempting to Install .NET Framework 3.5 on Windows Server 2012 R2 Fails or “the source files could not be downloaded”
1. From Desktop, in the search window enter the text Local Group Policy Editor or Group Policy Management. 2. Once it opens, expand Computer Configuration tree on the left hand, expand Administrative Templates, and then select System. 3. Do Not
Snapshot of AWS SQL server EC2 instance

For taking a snapshot of an AWS EC2 instance and resetting the password, please take a look at How to take snapshot / image of AWS EC2 instance for creating new servers After creating EC2 instance from AMI image for SQL
How to take snapshot / image of AWS EC2 instance for creating new servers
If you don’t want to install and configure your test server and would like to take a snapshot of existing server to create a snapshot of your server for creating a test / staging server; please follow these steps. 1.
How to Limit Transaction Log file in SQL Server
There are two ways you can limit the size of your transaction log files. 1. Using SSMS (SQL Server Management Studio) 2. By writing a manual script. Below are the steps to limit transaction log files. Open your Microsoft SQL
How to delete a database with In Recovery mode (SQL Server)
There are situations where sometimes a database is stuck in recovery mode. 1. During the Restore process without running this command – RESTORE DATABASE mydatabase WITH RECOVERY 2. when the drive space is not sufficient and the transaction log size
Configure, Commit and Push code with AWS Code Commit, Source Tree – Part II
In my previous post, I have provided a detailed instructions of how to create IAM users and generate passwords. In this post, we can follow the below steps to setup the AWS local repository on a developer machine. There are
Configure, Commit and Push code with AWS Code Commit, Source Tree (Administrators Only) – Part I
Please follow the below steps to configure, commit and push your code to AWS Codecommit repository. This article is written both for AWS administrators and developers. For AWS Codecommit – simple steps to create IAM users, repositories and provide the