WebMatrix – Publishing your Site

We’ve finally reached the end of this tutorial series, and the final step is to now publish the blog we’ve developed onto a production environment. Web Matrix uses the Web Deploy functionality (located at C:\Program Files\IIS\Microsoft Web Deploy V2\msdeploy.exe) to deploy web sites locally or remotely.

ASP.NET Read more

Msdeploy.exe is not found on this machine

There is an error with the way Microsoft’s Web Deploy 2.1 application creates command line packages from Visual Studio 2010. If you create a package to publish and then try to run the msdeploy.exe command line publishing tool it on a production server running IIS  then you may receive the following error: ERROR: The system [...]

ASP.NET Read more