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/v
btskDeployingWebSolution.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!
Phil Wilson - 22 Jun 2005 16:44 GMT
You see the project properties by selecting the project in Solution Explorer
and then F4 will show them.
You seem to be on the right track if you're deploying a web service, but I
am a little confused by it being scheduled to run once an hour because web
services are typically passive. It occurred to me you might be talking about
a Windows Service, and if so a web setup is not what you want.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
> 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
[quoted text clipped - 29 lines]
>
> Thanks!