Ask a Question related to ASP.NET General, Design and Development.
-
Lolita Groulx #1
COM+ and ASP
Hi,
I am new to the COM and COM+ technology.
I have created an asp page that uses a COM that have been created by
the team.
The dll have been register on the web server (the same machine where
is the asp code).
- Do I need to insert this COM in COM+ in order to use it in ASP?
- If I don't need to use it as an COM+ will I get any problem when it
creates multiple instances of the COM on the server?
It will create multiple instance when for example more then one client
execute the .asp page at the same time.
- What would be the advantage of using COM+?
Thanks in advance for your help
Lolita Groulx Guest
-
Chris Jackson \(MVP\) #2
Re: COM+ and ASP
> - Do I need to insert this COM in COM+ in order to use it in ASP?
No
It depends on the design of the component - it shouldn't, if it is designed> - If I don't need to use it as an COM+ will I get any problem when it
> creates multiple instances of the COM on the server?
well
It wraps your component in a framework that provides additional services.> - What would be the advantage of using COM+?
Read about it here:
[url]http://www.microsoft.com/com/tech/COMPlus.asp[/url]
You may want to ask in microsoft.public.inetserver.asp.components to go into
depth on this question - this isn't the right forum for this.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
Chris Jackson \(MVP\) Guest



Reply With Quote

