Deployment Archive
28 Oct 2018
How To Create a New User and Grant Permissions in MySQL

Here i will give you quick overview of how to create Mysql user and how to set their permissions. As you know MySQL is an open-source database management software that helps users store, organize, and later retrieve data. It has a variety of options to grant specific users permissions for the tables
16 Mar 2017
Deploying Website or Project on Azure from Visual Studio

Hi guys today we are going to discuss on how to deploy existing project or website on Microsoft azure from visual studio. Prerequisites You should have active subscription on Microsoft azure You should have project ready for deployment Settings on Azure Portal Login to Microsoft Azure portal Choose your web app from dashboard
08 Mar 2017
Deployment of multiple projects in single azure web app

Hi guys today we are going to discuss on how to deploy multiple projects in a single webapp on microsoft azure. As a developer sometimes we have to make and deploy multiple web projects in a solution due to requirement or other constraints. It was easy when we were using our old