Reputation: 979
we want to add a virtual directory to our web application in debug mode.
ATM we added the virtual directory to the applicationhost.config file in the .vs directory. This works, but every developer must add the virtual directorys.
We also have the launchsettings.json which comes with ASP Core and is under source control. So the idea is to add these virtual directorys to that file.
Is this possible? I only found solutions to add the virtual directorys via applicationhost.config.
Thank you
Upvotes: 0
Views: 95