toha
toha

Reputation: 5510

How can I prevent IIS Express starting when attaching to IIS process?

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

Upvotes: 4

Views: 974

Answers (1)

Hamid Pourjam
Hamid Pourjam

Reputation: 20764

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

Upvotes: 4

Related Questions