G
Guest
Hi guys, I have been working with .net for nearly a year now, and I would
like to move forward and start to learn how to create proper projects, i.e.
3-teir.
I have read extensively about the mechanics of 3-tier architecture but have
yet not stumbled upon any information regarding setting up a 3-tier app in vs.
I have had a stab at it though, but I have a few questions.
Here is what I have done to date:
Created a solution (eg - myproj)
Created 3 class library projects one called myprojWeb, one called myprojDb,
and the other called myprojBusiness.
I create a project reference between web and business and business to db.
Question #1:
All seems to be ok inside of visual studio, but inside IIS, i get four
virtual directories, one each for each class library created.
I am not sure if this is correct and would be more than greatful for some
guidance/examples of setting up a 3-tier project properly.
Kind regards
Watherton
The
like to move forward and start to learn how to create proper projects, i.e.
3-teir.
I have read extensively about the mechanics of 3-tier architecture but have
yet not stumbled upon any information regarding setting up a 3-tier app in vs.
I have had a stab at it though, but I have a few questions.
Here is what I have done to date:
Created a solution (eg - myproj)
Created 3 class library projects one called myprojWeb, one called myprojDb,
and the other called myprojBusiness.
I create a project reference between web and business and business to db.
Question #1:
All seems to be ok inside of visual studio, but inside IIS, i get four
virtual directories, one each for each class library created.
I am not sure if this is correct and would be more than greatful for some
guidance/examples of setting up a 3-tier project properly.
Kind regards
Watherton
The