-
Calling MTS components from Seperate IIS server
I would like to design a 3-tier solution with Com components and SQL server.
To make scalable solution I intend to make IIS , SQL server and MTS on seperate
server.
Q1. Can MTS be installed without IIS.
Q2. So now if I have three machines ( taking the assumption that
MTS will not install seperate of IIS)
A.One Server with IIS running ASP calling another MTS server
(Only services component requests) and this server calls SQL
Server.
Will this scenario work
B. Will Createobject called from the 1st IIS /ASP Server to create component
on another server running MTS with the following command
Set objComponent = createobject("oPerson.Address", MTSserver)
where MTSserver refers to the second MTS Server
C. Will I have to do anything special for DCOM to work.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|