User646440727 posted
Hello.
I have a MVC 4 project and I have a folder which contains a file.aspx + file.aspx.cs. This folder has a specific name and has to be under a specifiy directory in my project, so i can't move it. my problem is, that i can't build the project if the folder
is included in the project. so i exclude it and copy it to the build target. but this is not a solution for me. i also tried to set the "buildprocess" in the file properties to "none", then i can have my folder included in the project, but the files with build
process "none" are also not deployed. and i have to copy it again.
i dont want to copy this folder all time. how can i solve this?
thank you!
alina