How will you register com+ services?



How will you register com+ services?..

Answer / vasudevan

We have using SDK tool for .Net Framework service
installation contains(Regsvcs.exe..Command tool)manually to
register the assmebly containing the .Netframework
services.Its also access the registration features
programmatically with
System.EnterpriseServiceRegistrationHelper class creating
the instance class RegistrationHelper and using the method
InstallAssembly.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Dot Net General Interview Questions

How to view a .NET assembly?

0 Answers   QuestPond,


In Mvc Architecure what is view?

1 Answers   TCS,


Explain is the jit an interpreter?

0 Answers  


What is smart navigation in .net?

0 Answers  


Explain what is the difference between response.redirect & server.transfer?

0 Answers  


What does jit do?

0 Answers  


What are the different parts of an Assembly in .Net?

1 Answers  


State the methods used during deserialization and serialization process.

2 Answers  


What are the namespace available in .net?

0 Answers  


Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?

0 Answers  


How server form post-back works?

0 Answers  


Resource Files: How to use the resource files, how to know which language to use?

1 Answers  


Categories