Configure mutiple web application using COM services in a same server
Question posted by: Saray
(Newbie)
on
June 10th, 2008 01:25 PM
Hi,
I have server with WIndows 2003 OS. I would like to configure my five web application in the same server.All these application has done in ASP. These application also using COM services.
I tried to create a COM+ partition for all the application separately.
but i dont know how to map the application which i configured in IIS with the com+ partition in Component services.
Anyone help me please. i am struggling a lot on this.
Also i have tried to change the Metabase property in Metabase.xml file . Even i didnt get a solution.
Please suggest me a solution for this.
Thanks
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
|
|
June 11th, 2008 11:57 AM
# 2
|
Re: Configure mutiple web application using COM services in a same server
Quote:
Originally Posted by Saray
Hi,
I have server with WIndows 2003 OS. I would like to configure my five web application in the same server.All these application has done in ASP. These application also using COM services.
I tried to create a COM+ partition for all the application separately.
but i dont know how to map the application which i configured in IIS with the com+ partition in Component services.
|
Hopefully this page will help you:
Configuring COM+ Services in IIS
|
|
June 17th, 2008 11:00 AM
# 3
|
Re: Configure mutiple web application using COM services in a same server
Hi
Thanks for your help . I have seen this link . With the help of this link ,I have set property like
ASPAPPServiceflags ="1"
ASPUsePartition="1"
ASPPartitionID=""
I gave the partition id in the <ASPPartitionID>
I assigned these properties in the Metabase.xml file under c:/windows/system32/inetsrv
I have assigned these to all the application level in that file .
After this i try to run the application its telling that,
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
I think its not recognise the COM dll .
Please suggest me if i want to change any other property in the file .
Thanks
Saray
|
|
June 30th, 2008 11:21 AM
# 4
|
Re: Configure mutiple web application using COM services in a same server
Hi,
Please anyone suggest the solution. I am struggling a lot in this.
Thanks.
|
|
June 30th, 2008 12:28 PM
# 5
|
Re: Configure mutiple web application using COM services in a same server
This error is usually generated because dynamic-link libraries (DLLs) on which the COM object depends are one of the following:
• Missing from the system
• Not in the system path
• Not accessible by the system because of security settings
There are many ways to determine DLL dependencies, including tools downloaded from the Microsoft Download Center. Also make sure that the virtual dir is set up correctly and allows scripts. HTH.
|
|
July 4th, 2008 07:11 AM
# 6
|
Re: Configure mutiple web application using COM services in a same server
Hi,
I have tried as per your suggestion. Now i got a error like
HTTP/1.1 New Session Failed
I searched for this error . it says that memory leakage. I have increased my paging size too. I am helpless.
Please suggest me
Thanks.
|
|
July 4th, 2008 12:30 PM
# 7
|
Re: Configure mutiple web application using COM services in a same server
Quote:
Originally Posted by Saray
Hi,
I have tried as per your suggestion. Now i got a error like
HTTP/1.1 New Session Failed.
|
Make sure you are closing and disposing all your sessions. HTH.
|
|
July 4th, 2008 12:55 PM
# 8
|
Re: Configure mutiple web application using COM services in a same server
Hi
Can you please tell me what is HTH?
Thanks
|
|
July 7th, 2008 06:10 AM
# 9
|
Re: Configure mutiple web application using COM services in a same server
I have checked my event log whether any error get posted or not. I got the following error message on that
The run-time environment has detected an inconsistency in its internal state. This indicates a potential instability in the process that could be caused by the custom components running in the COM+ application, the components they make use of, or other factors. Error in d:\nt\com\complus\src\comsvcs\threads\activitywork queue.cpp(403), hr = 80070534: Failed to initialize object context.
Please help me
Thanks
|
|
July 8th, 2008 12:38 PM
# 10
|
Re: Configure mutiple web application using COM services in a same server
Hi,
Anyone knows the cause of this issue. Please help me. I fed up with this problem.
Thanks
|
|
July 9th, 2008 12:39 PM
# 11
|
Re: Configure mutiple web application using COM services in a same server
Double check the folder permissions. It may be that you have not set up your default page in IIS. If that is the case it will try to list the folder contents instead which is likely to be forbidden.
|
|
July 15th, 2008 01:20 PM
# 12
|
Re: Configure mutiple web application using COM services in a same server
I have checked the folder permissions. I gave full access to Everyone too. Also i have given the default page correctly. even its shows the same error.
When i checked the event viewer , i got this error log
The run-time environment has detected an inconsistency in its internal state. This indicates a potential instability in the process that could be caused by the custom components running in the COM+ application, the components they make use of, or other factors. Error in d:\nt\com\complus\src\comsvcs\threads\activitywork queue.cpp(403), hr = 80070534: Failed to initialize object context.
Thanks.
|
|
July 16th, 2008 12:51 PM
# 13
|
Re: Configure mutiple web application using COM services in a same server
|
|
July 18th, 2008 11:59 AM
# 14
|
Re: Configure mutiple web application using COM services in a same server
I have created a separate application pool for each application. still it showing the same server.
Ir there any permission problem. Can you please tell me to which identity i have to choose while creating the application pool?
Thanks
Not the answer you were looking for? Post your question . . .
182,081 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).
|
|
|
Top IIS Forum Contributors
|