how to create a directory in my application asp.net core 3.1 and used

Viewed 33
1 Answers

It looks like you created folder in windows explorer directly. So you can't see it in your visual studio.

You can click the Show All files and you will see the folder you created. Then you need right click, and click the Include In Project.

enter image description here

enter image description here

Related