Base solution for your next web application
Open Closed

Difference Between Download Page Buttons #5268


User avatar
0
cyklussoftware created

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)
  • User Avatar
    0
    maliming created
    Support Team

    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.

  • User Avatar
    0
    yekalkan created

    @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.