T
Todd
I need clarification on how an application should be
structured. In my mind, you should have a data base sever,
a middle server to host a bulk of the code, and a front
end web server. However, I have received input that I
should build my application in ASP.NET and running on the
web server. Does this seem strange to anyone? It is normal
to push application execution to the webserver? How can
that scale? Why would a web server also execute the
application's core code? Am I missing Microsoft's concept
for building .NET applications? Are most people building
their web interfaced .NET application to execute on their
web servers?
Thank you in advance. Todd
structured. In my mind, you should have a data base sever,
a middle server to host a bulk of the code, and a front
end web server. However, I have received input that I
should build my application in ASP.NET and running on the
web server. Does this seem strange to anyone? It is normal
to push application execution to the webserver? How can
that scale? Why would a web server also execute the
application's core code? Am I missing Microsoft's concept
for building .NET applications? Are most people building
their web interfaced .NET application to execute on their
web servers?
Thank you in advance. Todd