I noticed that there is now a second button on the Download page for ASP.NET Zero. The button that had always been there before said "Download" but now there is also a "Download Test Project" button. What is the difference? Are the rules for downloading projects with Demo and Test in the name still the same? Or does the Download button register that project as your "real" project regardless of the contents of the project name?
2 Answer(s)
-
0
If you click [Download Test Project], the test project will be downloaded. But if your ProjectName does not contain a Test string, the download will automatically add a Test string to your project name.
-
0
@maliming is right.
Are the rules for downloading projects with Demo and Test in the name still the same?
Yes.
Or does the Download button register that project as your "real" project regardless of the contents of the project name?
No. [Download Test Project] button is there to ensure that you didn't waste your project count by accident.