Hey guys,
How do you handle multiple site local development environment?
We are changing the csproj with a specific port, so rebuild is needed.
Is there a best-practice for this? Do you create sites in IIS and then, to debug, attach to each of them? Something else?
Don't know if I would call it best-practice but we have multiple sites in the IIS pointing to the source folder. When debugging I usally pick a favorite and attach to that (tool tip, ReAttach).
Yeah, this is what I've been doing as well. Thx for the ReAttach suggestion!
Hey guys,
How do you handle multiple site local development environment?
We are changing the csproj with a specific port, so rebuild is needed.
Is there a best-practice for this? Do you create sites in IIS and then, to debug, attach to each of them? Something else?