we are running some of our sites as Web Site projects in Visual Studio. We recently upgraded to VS2015. Now we can\'t add virtual directories to new websites.
We alr
Neither of the answers above worked for me, I am still not sure why this works but here is what I did:
Modify the Applicationhost.config file that resides in the project:
Originally it looked like this:
I had to add another application path entry:
So it ends up looking like this: