How do you register the .Net Component or Assembly?

Answers were Sorted based on User's Feedback



How do you register the .Net Component or Assembly?..

Answer / satej

gacutil -i [Assembly Name]

Is This Answer Correct ?    8 Yes 0 No

How do you register the .Net Component or Assembly?..

Answer / kautilya

RegAsm is used to register .net assembly.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How Response.flush works in server.Execute

1 Answers  


what is structured data format?

2 Answers  


What are the difference between overriding and overloading?

0 Answers  


what is the dllhell? why we use the dllhell?

4 Answers  


What is difference between ASP and ASP.NET ?

3 Answers   TCS,






Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


What are the properties of the eventargs argument when capturing keyboard events?

0 Answers  


Define resource files.

0 Answers  


Can you create an app domain ?

1 Answers  


Can u able to get the xml document in crystal report if yes how its possible

2 Answers  


What is asp.net master page?

0 Answers  


The technical part was on ASP.Net only of web services.

1 Answers   Symphony,


Categories