Answer Posted / mkm
Shared ASP.NET Assemblies are created when you want to
share the component files across multiple applications.
Shared ASP.NET Assemblies must have a unique name and must
be placed in Global Assembly Cache (GAC).
or
two types of ASP.NET Assemblies in ASP.NET: private ASP.NET
Assemblies and shared assemblies. Private ASP.NET
Assemblies are created whey you build component files like
DLLs that can be applied to one application. Shared ASP.NET
Assemblies are created when you want to share the component
files across multiple applications. Shared ASP.NET
Assemblies must have a unique name and must be placed in
Global Assembly Cache (GAC). The GAC is located in the
Assembly directory in WinNT. You can view both the manifest
and the IL using ILDisassembler (ildasm.exe).
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Give an example of cookie abuse.
What is a runtime version?
Explain what is clr?
What is the difference between login controls and forms authentication?
How does the cookies work in asp.net?
What is the good practice to implement validations in aspx page?
How is application management and maintenance improved in asp.net 2.0?
What is special types forms
Explain what are delegates?
What is round trip in asp.net?
What is the viewstate in asp.net?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Explain diff. Betn dataset and recordset?
What is application variable?
What are the differnt types of handler in ASP.NET?