What is gacutil.exe? Where do we store assemblies, Should
sn.exe be used before gacutil.exe?
Answer Posted / srikanth
gacutil.exe is the tool provided by the .net framework
which helps to register an assembly that is meant for
sharing i.e., public usage. Before registering an assembly
as public or shared assembly you must generate a strong
name for that assembly using the sn.exe tool.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Explain MVC model binders?
How can you send an email message from an asp.net web page?
Where is asp.net view state stored?
From which base class all web forms are inherited?
What is postback and autopostback in asp.net?
In which event of the page life cycle, is the viewstate available?
Which method do you use to enforce garbage collection in .net?
How many types of session state management options available in asp.net?
What is a ashx file?
Describe a Windows Service and its lifecycle ?
How many types of cache are there?
How can we register exception filter from the action?
Explain how cookies work. Give an example of cookie abuse.
How do I publish my asp.net application to my isp's web server?