G
Guest
In Microsoft architecture diagrams, I always see 3 layers of application
structure: web server, application server and database server.
Web server is IIS. Database server is SQL server.
What do you use for application server? COM+ server is for COM interface
which is not ideal for .NET applications. Web service and .NET Remoting is
for communicating with other applications which is not ideal for a layer of
application structure.
Can anybody give some comments or suggestions?
Thanks a lot.
structure: web server, application server and database server.
Web server is IIS. Database server is SQL server.
What do you use for application server? COM+ server is for COM interface
which is not ideal for .NET applications. Web service and .NET Remoting is
for communicating with other applications which is not ideal for a layer of
application structure.
Can anybody give some comments or suggestions?
Thanks a lot.