Answer Posted / lavanya
first step is to create a strong name for your assembly by
using the sdk tool named sn and then using the regasm tool
to register the meta data into the registry.
Syntax:
To create a key pair
sn –k myKey.snk
To sign the assembly with a strong name using attributes
[assembly: AssemblyKeyFileAttribute(@"..\..\key.snk")]
To sign the assembly with a strong name using assembly
linker
al /out:MyAssembly.dll MyModule.netmodule /keyfile:myKey.snk
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is full trust in asp.net?
What are the versions of garbage collection?
How does cookies work in asp net?
Name some asp objects?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
how to write html code with ssl
What is a master page and what does it do?
What is difference Between Authentication and authorization?
How many types of session in ASP.NET
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Explain Session state management options in ASP.NET.
Is a dll file an executable?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What r the asp.net list controls and diff. Between them?
How ASP.NET page works?