Yes, you can set IIS as a debug server by clicking Properties in the project (waiting patiently for it to load slowly), then go to the Web tab and select Use IIS Web server instead of Use Visual Studio Development Server .
- Change
More generally, to answer the question, I usually disable SSL during debugging. Itβs rare that I need to check how I deal with things over SSL, and depending on how I create the SSL links, it can be quite simply changed using #if DEBUG .
source share