I'm planing a larger project,so i'm considering some technology options.
The project will use the 3 tier architecture design. The presentation layer will be ASP.NET but it could be some other technology. This doesn't matter for now.
My questions are:
- For the aplication server should i use a windows service or just a normal application ?
- What should i use for the communication between the presentation layer and the domain layer ? I wanted to use .NET remoting but i read that remoting is part of WCF. Actually i'm not so familiar with WCF that's why i'm asking. So .NET Remoting or WCF?
I'll appreciate any hint