To publish a Web application project in Visual Studio 2008 |
|
Answered By
Moderator1
on
9/11/2012 9:46:36 AM |
|
|
|
|
1. In the Build menu, click Publish ProjectName. The Publish Web dialog box is displayed.
2. Click the ellipsis button (…) to browse to the location that you want to publish the Web application project to.
3. Select the Replace matching files with local copies check box or the Delete all existing files prior to publish check box.
4. Select how you want to copy the Web application project files to the new location by using Only files needed to run this application, All project files, or All files in the source project folder. You can include files from the App_Data folder by selecting the corresponding check box.
5. Click OK to publish the Web application project.
6. In the task bar, Publish succeeded is displayed when publishing has finished.
7. Make any configuration changes that are required for the Web application at the target location. |
|
|
|
refelection |
|
Answered By
information
on
9/29/2012 11:12:03 AM |
|
|
|
|
1. In the Build menu, click Publish ProjectName. The Publish Web dialog box is displayed.
2. Click the ellipsis button (…) to browse to the location that you want to publish the Web application project to.
3. Select the Replace matching files with local copies check box or the Delete all existing files prior to publish check box.
4. Select how you want to copy the Web application project files to the new location by using Only files needed to run this application, All project files, or All files in the source project folder. You can include files from the App_Data folder by selecting the corresponding check box.
5. Click OK to publish the Web application project.
6. In the task bar, Publish succeeded is displayed when publishing has finished.
7. Make any configuration changes that are required for the Web application at the target location. |
|
|
|