What is gacutil.exe? Where do we store assemblies, Should
sn.exe be used before gacutil.exe?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.
What command line used to generate Runtime callable wrapper.
What is server components?
Differentiate between namespace and assembly.
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.
How to use push notification?
How do you use css in asp.net?
How we handle the runtime database schema change issue in asp.net application?
What is the difference between session state and session variables ?
Where is the view state data stored in asp net?
If there is submit button in a from tell us the sequence what happens if submit is clicked and in form action is specified as some other page ?