Hi
i want show my images from another drive and dont want show from wwwroot folder
my project is on C://........ but i want get images from D:/test/.......
how to set url for img src to show it ?
i set this url for src
</img src="D:\test\wwwroot\Files\FileManage\Image\@item.Image">
but cant find it because the url is added https://localhost:44329/
https://localhost:44329/D:/test/wwwroot/Files/FileManage/Image/98dd730b-b9ca-4157-976c-2d2aa02d124f.jpg
how to read image from other drive ?