The reason I encounter this issue is because I change the build configuration. When I set a web project to x86
, it changes the output path to binx86Debug
. However, the output path should be bin
and the web server won't find the binaries because of this.
The solution thus is to change the output path of the website back to bin
after you change the build configuration.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…