4

I do not want use IIS Express.

My IIS always running.

I do not want to turn on IIS Express every debug/attach to process.

How to set IIS Express always off?

I always use attach to process to debug my project

Attach

enter image description here

Hamid Pourjam
  • 20,441
  • 9
  • 58
  • 74
toha
  • 5,095
  • 4
  • 40
  • 52
  • Possible duplicate of [Prevent iisexpress from running the websites in a solution when the startup app is a console app](https://stackoverflow.com/questions/24330919/prevent-iisexpress-from-running-the-websites-in-a-solution-when-the-startup-app) – JumpingJezza Oct 12 '18 at 07:01

1 Answers1

4

Select your web project in solution explorer and set Always Start When Debugging to false.

Hamid Pourjam
  • 20,441
  • 9
  • 58
  • 74
  • Use "F4" to access this project property setting. See https://stackoverflow.com/questions/24330919/prevent-iisexpress-from-running-the-websites-in-a-solution-when-the-startup-app/#32900552 – Josh Aug 06 '19 at 14:58