Does Jetbrains Rider support configuring Local IIS Debugging?

3.5k Views Asked by At

I'm trying Jetbrains Rider 2017. One of the features I have used in Visual Studio for many years is the ability to configure easily building and debugging a website in IIS (instead of Cassini/IIS Express), without needing to go through the whole "Attach to Process" flow. This is done in the project web configuration, setting the host to Local IIS and providing the URL, and the configuration stored in the csproj.user file.

Can this be achieved in Rider, and if so how?

0

There are 0 best solutions below