Ajay Utekar

Ajay Utekar

  • NA
  • 13
  • 0

How to deploy the three tier architecture (Windows Application)

Jul 8 2008 9:45 AM
Hi to all,
 I have a problem related to create a setup program for my project.

In my project, under one solution file there is three projects
1)Presentation Layer
2) Web services
3) DAL (Data Access Layer)

In my setup and deployment program, i want to do
DAL setup installed on one machine
Web sevice on another machine
and Presentaion layer on another machine.

When I run the DAL setup, it will ask for Database where is stored ie Mdf and ldf file.
When I run the WebService setup, it will ask me for DAL layer where it is installed
and When I run the Presentation Layer Setup it will ask for WebService

The concept is clear, but not getting how to achieve this setup and deployment activity?

Please help me.


Answers (2)