Posts

Showing posts with the label web platform installer

Resolve error 404 when using Web Deploy feature on IIS

Image
If you get an error 404 with the following message: Error Code: ERROR_DESTINATION_NOT_REACHABLE More Information: Could not connect to the remote computer. On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started. Learn more at http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE. Error: The remote server returned an error: (404) Not Found. Error count: 1. when trying to deploy your application using web deploy but the web deploy component has already been installed using the web platform in IIS , download the full installer HERE, choose the [Change] option and on the root of the tree select the option to install the entire feature:

Visual Studio and MVC : "The project type is not supported by this installation"

If you just freshly (re)install your Visual Studio and you get the following error message when opening a web project using MVC : The project type is not supported by this installation (In the web project, the following term was underlined when opening the csproj for edit:  MvcBuildViews ) Simply consider installing MVC using the Web Platform Installer ( http://www.asp.net/mvc/mvc4 ) and NOT using the Extension Manager inside Visual Studio...