I'm building an addon ASP.net set of pages ontop of an old classic ASP system.
The new pages are in the folder newversion/
this is the only folder I need rebuilding when I make changes, at the moment it attempts to build the entire site which results in a lot of errors.
Can you exclude all other folders from the build configuration?
Edit Please note, the other pages are still going to be edited (all the classic ASP ones) so exlcuding them f开发者_如何学Pythonrom project etc really doesn't help
Edit 2 Here's a screen shot from VS
- Select the files you like to exclude in the solution explorer
- Press F4\Alt+Enter to open properties window.
- Change Build Action property to Nnoe.
精彩评论