Answer Posted / kinge amol
by default asembly is private it is installed in GAC by
using gacutil utility so it's shared assembly also if you
make new .sn file for done shared assembly asembly version
of previous one overrides when same .sn file to avoid this
problem use GAC and stored it in this
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the ways to sending the data in ASP.NET page?
What is meant by server side scripting?
What is session mode in asp.net?
What is a SESSION and APPLICATION object?
What is state management techniques in asp.net?
Is it possible to migrate visual interdev design-time controls to asp.net?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is the difference between Hash table and Array list?
What is the difference between ldap and active directory?
Explain the difference between web user control and web custom control?
What is Dynamic Web and discuss its usage with the help of real life examples?
What is the difference between union and join?
Which namespace is used by ado.net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc