Link to home
Start Free TrialLog in
Avatar of miyahira
miyahiraFlag for Peru

asked on

Multiple web projects in one solution

I have two web projects in one Solution as shown in picture attached.

- Web Project: SREG
- Web Project: InquirySREG

When passing to production, each web project will go to different IIS servers or will go in same IIS server but in different virtual directory.

In different IIS servers:

http://Site1/SREG/login.aspx
http://Site2/InquirySREG/default.aspx

In same IIS server but different virtual directories:

http://Site1/SREG/login.aspx
http://Site1/InquirySREG/default.aspx

I'm planning that SREG and InquirySREG use and share classes in BE, BL, DA, and Utilitario projects.

My question is: Do you think that would be there any disadvantage in the future for structuring my Solution in this way?
Solution.png
ASKER CERTIFIED SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial