c# - Common output directory, Web Applications and IIS Express -
i have changed output path projects use same location. i.e:
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:
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
Post a Comment