There is no advanced properties settings available for the files in my ASP NET 4.0 project in VS2010. I have looked through the options settings and I dont see how to turn t
The response marked as the answer is not correct. These properties are available for ASP.NET applications, but only if the project type is a web application.
Files on websites, in contrast, do not have these properties. The reason is that the Build Action, for example, is stored in the project file. Since websites lack project files, the Build Action cannot be set.