Hi,
I've been trying to publish my project aspnetzero 4.2.1 (aspnet core + angular + merged solution). I want to publish to IIS. Angular build is working.
When publish process is ending, I had a lot of errors (more than 800) because of file missing ; in fact, it was because angular output dir was not setted as it was excepted... I changed it to wwwroot (instead of wwwroot/dist)
Now, I have 13 errors still because of file missing :
\wwwroot\swagger\ui\index.html can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-07.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-10.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-09.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-05.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-06.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-02.jpg can not be found Web.Host\wwwroot\Common\Images\logo.png can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-04.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-03.jpg can not be found
Do you know why I'm having these issues ?