What is gacutil.exe? Where do we store assemblies, Should
sn.exe be used before gacutil.exe?

Answer Posted / selvavelan.s

It is one of utility of .net. It is used to register a
assemly in global cache. Normally we store this assembly in
"C:\WINDOWS\assembly"

Befor we register the assembly we should give strong name
using sn.exe utility

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is enableviewstate?

633


What is http post action?

646


Explain the Order of events in an asp.net page?

674


How do we assign page-specific attributes?

707


When we use cookie less session? Explain its working?

647






What is ASLM?

772


Define repository pattern in mvc.net? : asp.net mvc

615


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

630


What are the options in ASP.NET to maintain state?

714


Why select Web API?

628


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1527


What is the difference between web.config and machine.config in ASP.NET?

688


What is mta?

710


Which platform does Microsoft .NET use for exchanging data between applications?

667


What is the parent class of all the web server control?

583