Hi @iqworks Information Quality Works ,
Thanks for your description.
I currently notice that you are using a previous ASP .NET Web Forms Site project, this project is different from normal web application projects(ASP .NET Web Application projects). It has no project file(.csproj/.vbproj), all the files in a folder structure are automatically included in the site.
The Build action and other parts of the properties which you saw in the document should be related to the normal ASP .NET Web Application. That’s why the property option doesn’t appear, and you cannot set the Build actions or other properties which are supported in ASP .NET Web Application projects.
This document: Web Application Projects versus Web Site Projects in Visual Studio shows differences between them and describes the project file structure, compilation and deployment parts of these two projects, you may kindly check it.
Best Regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.