I have a blazor server side app which works fine, when I publish this project from visual studio, I use these options
Which gives me the files as so
So I have a blank folder on my ftp, which my website points to and I upload the files as are and I end up with the following
and inside the www folder
So at this point if I go to my website, it all works
However it seems all the dll's files on in the public space on the website, which i believe could be a security issue, I have tried moving the files back a folder, so that only the wwwroot folder is the only files in the public web space and the rest are back one folder, but then the website does not run
Do anyone know how I should be placing these files please, I did try the non self contained option, however I can not get that to work at all
Thank You
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…