|
-
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks