Nate Bross
Well-known member
VBNET 2003 Framework 1.1
Im trying to understand how to deploy a .NET website in the similar manner as was done in VB6 i.e. the asp pages
sit on a webserver in the DMZ and the VB6 Business Rules and Data Access DLLs sit on an application server behind
the firewall and are executed as COM+ proxies on the webserver.
Am I correct in assuming the DLL that contains the ASPX codebehind must remain on the webserver?
How do I move the .NET Business Rules and Data Access DLLs to sit on an application server behind the firewall?
Still use COM+? How?
TIA
Im trying to understand how to deploy a .NET website in the similar manner as was done in VB6 i.e. the asp pages
sit on a webserver in the DMZ and the VB6 Business Rules and Data Access DLLs sit on an application server behind
the firewall and are executed as COM+ proxies on the webserver.
Am I correct in assuming the DLL that contains the ASPX codebehind must remain on the webserver?
How do I move the .NET Business Rules and Data Access DLLs to sit on an application server behind the firewall?
Still use COM+? How?
TIA