I've got a requirement for my development environment that's causing me heartache with IIS Express.
My company has a suite of websites and lots of developers across multiple teams. To keep everybody consistent, source is designed to where every website has its own separate domain, e.g., productone.example.com, producttwo.example.com, etc.
Unfortunately, it looks like IIS Express outright refuses to accept a bare domain (one without a specified port #). This is forcing me to have to host the website in IIS and perform the dance of the *** whenever I want to debug (run VS as admin, build, start app pool, locate app pool PID, attach to process, locate PID, yell in frustration).
Is there any way to get IIS Express to run against a domain only? https://producttwo.example.com on port 443?