Web Deploy is an extensible client server tool provided by Microsoft that significantly make easier the migration and deployment of Web based Applications and Websites. Most of the developers are using this facility to sync compiled web based Applications which are made with developer tools such as Web Matrix, Visual Studio etc. to run on Internet Information Services.
-
Easy way to create, publish and migrate Websites/Applications.
-
Highlight the structure of HTML5, CSS3, TypeScript and JavaScript.
-
Used to edit server side scripting language such as PHP, ASP.Net etc.
-
It supports Syntactically Awesome Stylesheets, Leaner CSS, jQuery Mobile touch-optimized web framework, jQuery cross-platform JavaScript library.
-
MySQL, MS SQL Server, SQL CE - Database manager.
-
Transfer files with the aid of Web Deploy/FTP methods.
-
First, open your Web Application in Microsoft WebMatrix.
-
From the Home tab, click on Publish option.
-
Select Enter settings option.
-
Set the values in the Public Settings dialog box. Have a look at the following screenshot:
Following is the description of the settings you should set in Publish Settings wizard:
-
Select Web Deploy option from the drop down menu of the Protocol.
-
Enter relevant server name :
-
Enter your FTP Username.
-
Enter your FTP Password.
-
Enter the name of your Website which you wish to deploy.
-
Enter the name of your Domain name/Application name where you wish to deploy your web based application.
-
If you wish to save your password, then check Save password option.
-
Click on Validate Connection Button to check the connection.
-
If it will be connected successfully, then click on Publish.
-
Once you click on Publish, one dialog box will display. The list of all files presents under your project will be displayed. If you do not wish to upload any file or database, then uncheck it and click on Continue.
Now, your website is configured successfully. At the footer, the URL of your website will display. Click on that URL to visit your website on Browser.