Visual Studio 2013 Preview: No Publish To File System?

后端 未结 6 916
死守一世寂寞
死守一世寂寞 2021-01-01 20:38

So I\'ve built my project and I want to use the VS2008/2010/2012 \"Publish To File System\" option in Visual Studio 2013 Preview to push my project to a staging server for t

6条回答
  •  难免孤独
    2021-01-01 21:21

    The first time in to VS 2013 you will not have a "New Profile" option as described by KeyOfJ.

    This worked:

    1. Right click on project in Solution Explorer
    2. Click “Publish”. A “Publish Web” dialog box pops up.
    3. Under tab “Profile”, in “Select a publish target”, select “Custom”. A “New Custom Profile” box pops up
    4. Enter a “Profile name” and click “OK”
    5. In tab “Connection” under “Publish Method”, choose “File System”
    6. In tab “Connection” enter a “Target location”. Click “Next”
    7. Under “Settings”, click on “File Publish Options”. Click “Next”
    8. Click “Publish”

    Next time you want to publish this project, VS. 2013 will default to the Profile name you just entered, and you will be able to publish in one click.

提交回复
热议问题