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.
Loading
Ajay UtekarPosted Jul 9, 2008, 7:57 AM
Thanks for reply,
My program's architecture is PresentationLayer talks with WebService and webservice will communicate with DAL and DAL to Database.
In this case, how Webservices will communicate with DAL and as per ur suggetion DALs dll is place at Presentaion Layer So what is the Advantage of that?
Mahesh ChandPosted Jul 8, 2008, 6:44 PM
I hope that helps.