Should sn.exe be used before gacutil.exe ?
Answer Posted / abhishek maitrey
Yes. It is mandatory to assign the strong name to the
assembly before placing it into the GAC. The stron name
contains the public key to recognize by the GAC for whom
the request comes.
Note : GAC is a special area where more than one same named
assemblies may be placed having different versions.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Explain the server control events of asp.net ?
What is difference between session and application in asp net?
What is the difference between exe and dll?
What is route in web api?
How Session outproc in Sqlserver stored?
Which browsers support the xmlhttprequest object?
How do you identify that the page is postback?
How can we apply themes to an asp.net application?
What are the validation controls available in ASP.NET?
Define cookie.
Name some asp objects?
Where session variables are stored?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is asp.net with mvc? : Asp.Net MVC
Fetch one page value to another page without using state-managment ?