Debug - Release - Publish

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hkullana
    New Member
    • Aug 2007
    • 3

    Debug - Release - Publish

    hi,

    in .NET there is an extra build mode called "publish". What does it work i cannot understand the files that it vs creates automatically.

    I guest that it is beacuse the executables only work on .NET framework but i cannot understand what does the work of the automatically created files like MANIFEST, DEPLOY...

    thanx
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Publish is used for web applications (and possibly web-services?) to "publish" them to a webserver (usually a remote webserver)

    Comment

    Working...