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
How can you access the properties and controls of master pages from content pages?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is sdlc process?
How many types of validation are there?
What is the application pool?
Define transparent caching with aop?
Explain about Application and Session Events ?
How will create assesblies at run time?
What is the purpose of session management?
Can you dynamically assign a Master Page?
Describe the difference between inline and code behind - which is best in a?
How can we inherit a static variable?
Why web api is better than wcf?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What are sql notifications and sql invalidations?