Prof. Neeraj Bhargava Pramod Singh Rathore Department of Computer Science School of Engineering & System Sciences, MDS University Ajmer, Rajasthan, India 1
 In Visual Studio .NET, the deployment mechanism is the same irrespective of the programming language and tools used to create applications. In this section, you'll deploy the "Hello World" Web application that you created. You can deploy any of the application that was created by using VB or C#. Here, you'll deploy the application 2
 created by using VB. To do so, follow these steps:  1. Open the Web application project that you want to deploy. In this case, open the SampleVB project.  2. Select File ® Add Project ® New Project to open the Add New Project dialog box.  3. From the Project Types pane, select Setup and Deployment Projects. 3
 From the Project Types pane, select Setup and Deployment Projects.  From the Templates pane, select Web Setup Project.  Change the default name of the project. In this case, change it to  "SampleVBDeploy."  Click OK to complete the process. The project is added in the Solution Explorer window. Also, a File System editor window appears to the left, as shown in Figure 2-.  The editor window has two panes. The left pane displays different items. The right pane displays the content of the item selected in the left pane 4
5
6
7

1. deploying an asp.net web application

  • 1.
    Prof. Neeraj Bhargava PramodSingh Rathore Department of Computer Science School of Engineering & System Sciences, MDS University Ajmer, Rajasthan, India 1
  • 2.
     In VisualStudio .NET, the deployment mechanism is the same irrespective of the programming language and tools used to create applications. In this section, you'll deploy the "Hello World" Web application that you created. You can deploy any of the application that was created by using VB or C#. Here, you'll deploy the application 2
  • 3.
     created byusing VB. To do so, follow these steps:  1. Open the Web application project that you want to deploy. In this case, open the SampleVB project.  2. Select File ® Add Project ® New Project to open the Add New Project dialog box.  3. From the Project Types pane, select Setup and Deployment Projects. 3
  • 4.
     From theProject Types pane, select Setup and Deployment Projects.  From the Templates pane, select Web Setup Project.  Change the default name of the project. In this case, change it to  "SampleVBDeploy."  Click OK to complete the process. The project is added in the Solution Explorer window. Also, a File System editor window appears to the left, as shown in Figure 2-.  The editor window has two panes. The left pane displays different items. The right pane displays the content of the item selected in the left pane 4
  • 5.
  • 6.
  • 7.