c# - Common output directory, Web Applications and IIS Express -


i have changed output path projects use same location. i.e:

web api output path

my asp.net web api projects have stopped working when running them in debug using iis express.

it seems iis express pointing existing web application project directory:

iis express

should not pointing ..\build\bin\debug common output directory? how configure this?

unfortunately, there no clean way this. security reason, iis requires use 'bin' folder right under web project folder output directory.

it still possible achieve goal though. see here.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Add class to another page attribute using URL id - Jquery -