what is shared assembly asp net
Answer / 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 |
What is the request flow used for asp.net mvc framework? : asp.net mvc
What is the procedure to create the environment for asp.net? : asp.net mvc
State Management (viewstate, session etc)
What is the function of new view engine in asp.net? : asp.net mvc
Can viewstate be accessed in another page?
How will you load dynamic assembly?
How do we sort the data from a dataset?
What is a postback url?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
how we declare interface
I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.
What is asp according to you?