It seems as if the success of building my ASP.NET (targeting .NET 3.5) project at least sometimes depends on whether I build it as a project or as a website.
I have these [re]build options beneath the Build menu:
Rebuild Project
Build Project
Rebuild Website
Build Website
Why does the project have dual personalities? What are the advantages/disadvantages or dos/dont's of building either the Project or the Website?
This makes me nervous, because I recently upgraded the Telerik components, and expected some compilation problems to result from that, but had no problems that way. I'm afraid that if I build this "the right way" compilation errors will indeed crop up.
UPDATE
Is the selection of "Build Web site as part of solution" in the project's Build options:
...the reason why there is a pair of [Re]build Website options on the Build menu?
If so, what are the ramifications of deselecting that option? Why should I/should I not select it? Under what circumstances/scenarios is checking/unchecking preferred?
Should the project build option (right-click project, select "Start Options...", then "Build" from the list at left) "Before running startup page" be something other than what is currently selected ("Build Web Site")?
The other options are "No Build" and "Build Page"