Hi,
I am trying to create test ASP.Net deployment, working on the v1.0 .Net Enterprise Archetect version.
I had create a ASP.Net app and trying to create a deployment application by following the .Net documentation but got stuck.
Here is part of the instruction upto where I stuck,
Note that lets say my test ASP.Net application called
WebApp1.
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.
The project is added to Solution Explorer, and the File System Editor opens.
In the
Properties window, select the
ProductName property and type
WebApp1.
To add the output of the WebApp1 project to the deployment project
In the File System Editor, select the
Web Application folder. On the
Action menu, point to
Add, and then choose
Project Output.
In the Add
Project Output Group dialog box, choose WebApp1 from the Project drop-down list.
Select the Primary Output and Content Files groups from the list and click OK.
I had created the deployment application OK, but I am stuck at selecting my test ASP.Net program. At
Project Output Group, dialog box, there was no project to select, ie, nothing to select. How can I get my test program to appears on the dialog box.
Hope someone can help me pleease! :(
Cheers
Kasie