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 them on.
I am looking for the Build Action setting so I can set to Embedded Resource.
Is this only available if the project is compiled to an assembly DLL?

Here’s a screen shot from 4guysfromrolla sample. Note that their sample is a user control.
After some more research I found that a file’s Build Action is in fact only available on a project that compiles to an EXE or DLL such as a web control. It is not available for files within an ASP NET application.