Web hosting forums || get your web hosting related questions answered https://www.hostasp.net/forums/latest.html Thu, 28 Mar 2024 09:51:44 +0000 Joomla! - Open Source Content Management en-gb How to publish a web application using WebMatrix Web Deploy https://www.hostasp.net/forums/question/how-to-publish-a-web-application-using-webmatrix-web-deploy.html https://www.hostasp.net/forums/question/how-to-publish-a-web-application-using-webmatrix-web-deploy.html Publish -> Settings and Import the file by clicking on "Import Publish Settings" this would default all the required fields with server information that you have on Publishing XML. Publishing XML supports both FTP method and Web deploy method. Let us see deployment using Web Deploy method. You would also notice that server name with https prefix, we have setup this URL with SSL certificate so that you can safely deploy your website over internet. One more thing you would notice is "Remote connection string not required" against this Movies DB it is because this MoviesDB application uses integrated SQL Compact Databases .SDF and so you would not require an explict or external MS SQL Server access on your hosting account, if your web application uses MSSQL or MySQL server then it would be filled in with information by default from Publishing XML. Ok, now that you have imported the settings lets Click on validate settings to connect to the server. [img]http://www.hostasp.net/articles/images/webmatrix/webmatrix-import-publishingxml_03.png[/img] You have done your validation part and is successful, the information you have got on Publish setting is fine and able to connect to server. Click on save button to save this setting on your project. [img]http://www.hostasp.net/articles/images/webmatrix/webmatrix-publishing-validatesettings_03.png[/img] [b]Step 3: Publishing[/b] You are done with the server validation part, let us now start publishing website. Click on Publish. This will perform compatibility check with the server to see you web application is compatible with the server / web hosting account. [img]http://www.hostasp.net/articles/images/webmatrix/webmatrix-publish-compatibilitysettings_03.png[/img] Accept and proceed with compatibility check with the server. WebMatrix will upload few sample / test files to the server to check the server requirement for your website. [img]http://www.hostasp.net/articles/images/webmatrix/webmatrix-compatibilitychecking-uploadingfiles_03.png[/img] You would then see WebMatrix validating the server requirement, for this MoviesDB website you would need ASP.NET setup and support for simple HTML on server. It is validated and WebMatrix found them available on our Web hosting account. Click on Continue to proceed with deployment. [img]http://www.hostasp.net/articles/images/webmatrix/webmatrix-publish-compatibility-results_03.png[/img] The Publish Preview dialog box appears. [img]http://www.hostasp.net/articles/images/webmatrix/webmatrix-publish-preview_03.png[/img] Review the list of files and databases and make changes if necessary. For example, you might want to clear check boxes under Changed Files to exclude some files. [quote]Important: If you're publishing a database and the database already exists in the hosting provider's site, whatever is in that database will be overwritten. [/quote] Click Continue. WebMatrix publishes the website, showing status messages in the navigation bar at the bottom of the screen. The publishing process is done in the background, which means you can continue to work in WebMatrix while it is publishing. [img]http://www.hostasp.net/articles/images/webmatrix/webmatrix-publishing-yourwebhosting_02.png[/img] In the notification bar at the bottom of the screen, you can click Log to see a detailed log of the publishing activity. [img]http://www.hostasp.net/articles/images/webmatrix/webmatrix-deployment-log_03.png[/img] If you see something in the log that catches your attention during the publishing process, you can click Pause Scroll to go back and examine what you saw more carefully. When the publishing process is complete, the notification bar lets you know: [img]http://www.hostasp.net/articles/images/webmatrix/webmatrix-publishing-complete_02.png[/img] [b]Step 4: Review Site[/b] To verify that publishing was successful, browse to the site. If you published a database, make sure you try any pages that display data from the database. [quote]Note: If your site has a Web.config file, the copy on your web hosting account on web server might look slightly different. For example, if you published a SQL Server database, it will have the our web hosting SQL connection string value so that the published site will use the database at the hosting provider.[/quote] [img]http://www.hostasp.net/articles/images/webmatrix/webmatrix-review-websites_03.png[/img] In the next Topic we will show how to download [b]DotNetNuke[/b] using WebMatrix Gallery, and set them up locally, test and then deploy remotely on a server.]]> <a href="/forums/tags/webmatrix-deployment.html">WebMatrix Deployment</a>, <a href="/forums/tags/webmatrix.html">WebMatrix</a>, <a href="/forums/tags/webmatrix-publishing.html">WebMatrix Publishing</a> Sun, 25 Sep 2011 19:57:32 +0000 Getting Started with WebMatrix - Part-2 WebMatrix Create Website from Template https://www.hostasp.net/forums/question/getting-started-with-webmatrix-part-2-webmatrix-create-website-from-template.html https://www.hostasp.net/forums/question/getting-started-with-webmatrix-part-2-webmatrix-create-website-from-template.html <a href="/forums/tags/webmatrix-deployment.html">WebMatrix Deployment</a>, <a href="/forums/tags/webmatrix.html">WebMatrix</a>, <a href="/forums/tags/webmatrix-publishing.html">WebMatrix Publishing</a> Thu, 22 Sep 2011 11:34:46 +0000 Getting Started with WebMatrix - Part-1 WebMatrix Installation https://www.hostasp.net/forums/question/getting-started-with-webmatrix-part-1-webmatrix-installation.html https://www.hostasp.net/forums/question/getting-started-with-webmatrix-part-1-webmatrix-installation.html <a href="/forums/tags/webmatrix.html">WebMatrix</a>, <a href="/forums/tags/webmatrix-deployment.html">WebMatrix Deployment</a>, <a href="/forums/tags/webmatrix-publishing.html">WebMatrix Publishing</a> Thu, 22 Sep 2011 03:23:35 +0000 WebMatrix 2 Beta is now available! https://www.hostasp.net/forums/question/webmatrix-2-beta-is-now-available.html https://www.hostasp.net/forums/question/webmatrix-2-beta-is-now-available.html http://www.microsoft.com/web/gallery/install.aspx?appid=webmatrix&prerelease=true Microsoft has launched the first beta of Microsoft's WebMatrix 2.0 (www.microsoft.com/web/webmatrix), a free tool for building, customizing and deploying websites in one single experience for developers of varying skill. However, Microsoft has been relatively quiet about the release of WebMatrix 2.0 in comparison to the previous version of the tool. The beta release of WebMatrix 2.0 is not available on Microsoft's main download page, but can be found here http://www.microsoft.com/web/gallery/install.aspx?appid=webmatrix&prerelease=true Launched in 2010, WebMatrix offered a bundle of developer tools including a lightweight version of Microsoft's IIS Web Server, an updated version of SQL Server Compact Edition, and a new "view-engine option" for ASP.Net titled Razor. The beta of WebMatrix Version 2 has a fair share of improvements on its previous version, including the streamlining of the WebMatrix configuration process, providing greater IntelliSense support for .Net, PHP, HTML, CSS and JavaScript, a newly integrated NuGet Package Manager, and greater access to WebMatrix extensions. The ReadMe file for WebMatrix 2.0 beta details usage with the Windows 8 Developer Preview, as well mentions that the SQL Server Compact Edition code is being updated with the SQL Server Denali code, in preparation for the Denali SQL Server, which will be out in the first part of 2012. Still there is no information on expected full release of WebMatrix 2.0 http://www.microsoft.com/web/webmatrix/betafeatures.aspx http://www.microsoft.com/web/post/webmatrix-2-beta-readme]]> <a href="/forums/tags/webmatrix.html">WebMatrix</a> Tue, 27 Sep 2011 15:56:55 +0000 Creating a new web page using WebMatrix IDE https://www.hostasp.net/forums/question/creating-a-new-web-page-using-webmatrix-ide.html https://www.hostasp.net/forums/question/creating-a-new-web-page-using-webmatrix-ide.html <a href="/forums/tags/webmatrix.html">WebMatrix</a> Fri, 23 Sep 2011 22:12:34 +0000 What is WebMatrix? https://www.hostasp.net/forums/question/what-is-webmatrix.html https://www.hostasp.net/forums/question/what-is-webmatrix.html <a href="/forums/tags/webmatrix.html">WebMatrix</a> Thu, 11 Aug 2011 12:38:34 +0000