Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebMatrix 3 does not support IIS Express 10

I am facing a problem while trying to install WebMatrix 3 over Windows 10 after installing Visual Studio 2015 (IIS Express 10) due to the below mentioned error.

Although it worth mention that I tried to install the older version of IIS on Windows 10; but it failed due to a newer version already installed (IIS Express 10).

Can you please specify what type of logs is needed to investigate the problem, and how can I overcome this message (screenshots in the below url).

URL: https://onedrive.live.com/redir?resid=b0a996d2349d8f9b!275&authkey=!AMRzIKq3jhFPdho&ithint=folder%2c

Error 1:

This version of Microsoft WebMatrix requires IIS 7.5 Express or IIS 8.0 Express to be installed. Please install it and then rerun the setup.

Error 2:

WebMatrix 3 does not support IIS Express 10. You will not be able to run WebMatrix 3 on the same machine with any version of Visual Studio 2015 that includes IIS Express 10.

like image 721
Hesham88 Avatar asked May 08 '15 12:05

Hesham88


People also ask

How do I get IIS Express in Visual Studio 2022?

Enable development-time IIS support in Visual StudioLaunch the Visual Studio installer. Select Modify for the Visual Studio installation that you plan to use for IIS development-time support. For the ASP.NET and web development workload, locate and install the Development time IIS support component.

What is IIS 10.0 express and do I need it?

Internet Information Services (IIS) 10.0 Express is a free, simple and self-contained version of IIS that is optimized for developers. IIS 10.0 Express makes it easy to use the most current version of IIS to develop and test websites.

What version IIS Express?

The current release is IIS 7.5 Express. As the name suggests, this release is derived from the IIS 7.5 server codebase.


1 Answers

You can download msi package of WebMatrix from Installation step and install without web platform installer. But after that I've got another error that WebMatrix could not find Web Platform Installer

UPD I've reinstalled Web Platform Installer and now WebMatrix works fine on Windows 10 with IIS 10!

like image 70
slowkot Avatar answered Sep 21 '22 15:09

slowkot