I am refactoring a stack of ASP.NET pages. I'd like to compile and test the ones I've completed. However, Visual Studio won't let me run the Web Site with compile errors on the non-refactored pages. How can I temporarily exclude them without removing them from the project itself? Can you do so through configuration of some sort?
+2
A:
Right-click on the file(s) and select "Exclude from project".
Chris Pebble
2008-10-20 18:54:55
A:
I would create two projects and copy over the completed ones to the new project as they are refactored, then build the new project.
John Sheehan
2008-10-20 18:55:31