What kind of deployment package should I use?



I need to deploy a service that will run on a production server. I am not
certain what category of deployment directions that I should follow from the
MSDN site.
The service is written is Visual Basic.NET version 1.1. The service is
scheduled to run once an hour. The service is suppose to take data from a sql
server database (where the information was obtained from users via a web
page) and send the data to a HP mainframe by using xml and soap messages.
I am following the directions for deploying a web soltion from the following
url:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vbtskDeployingWebSolution.asp.
When I get to the part that says:To create a deployment project

On the File menu, point to Add Project, and then choose New Project.
In the Add New Project dialog box, select Setup and Deployment Projects in
the Project Type pane, and then choose Web Setup Project in the Templates
pane. In the Name box, type WebDeploy.
Click OK to close the dialog box.
The project is added to Solution Explorer, and the File System Editor opens.
In the Properties window, select the ProductName property and type WebApp1"

I can not find the "In the Properties window, select the ProductName
property and type WebApp1". I am not certain where the Properties window,
to select the ProductName property is. I can not find the ProductName
property?

What kind of a deployment package do I need to setup? Also can you give me
the url and/or directions on how to complete this kind of deployment?

Thanks!
.



Relevant Pages

  • vb.net deployment package
    ... I am following the directions for deploying a web soltion from the following ... When I get to the part that says:To create a deployment project ... select the ProductName property and type WebApp1" ...
    (microsoft.public.dotnet.languages.vb)
  • What kind of service deployment package do I need/
    ... I am following the directions for deploying a web soltion from the following ... When I get to the part that says:To create a deployment project ... select the ProductName property and type WebApp1" ...
    (microsoft.public.vsnet.general)
  • Re: What kind of deployment package should I use?
    ... > certain what category of deployment directions that I should follow from ... and then choose Web Setup Project in the Templates ... > I can not find the "In the Properties window, select the ProductName ...
    (microsoft.public.dotnet.framework.setup)
  • RE: Deploying a Project
    ... to change the Application (ProductName) Product Name, version, etc.. ... you can do that by editing your Setup project properties. ... David Guyer - VBQA Deployment Testing ... >Importance: normal>Priority: normal>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 ...
    (microsoft.public.vsnet.general)
  • .net deployment
    ... specified desktops. ... I am following the directions in this link on how to ... drag a shortcut that is created in the deployment to the desktop of the ...
    (microsoft.public.vsnet.enterprise.tools)

Loading