↧
Answer by Ryan for ASP.NET Core can't see images when acceding by browser
If you would like to access your file from your own folder img located in the root of the project instead of the default wwwroot folder ,you need to configure the Static File Middleware in startup.cs...
View ArticleASP.NET Core can't see images when acceding by browser
I've created an ASP.NET Core 3.1 Web API project, on IIS Express it works perfectly with the controllers. I've created a folder called images and copied some .jpg files there. My idea was get those...
View Article
More Pages to Explore .....