Answer Posted / deepak kumar
A DLL HELL PROBLEM IS ARISE WHEN WE DEPLOYEE OR REGISTER A
NEW APPLICATION THAT'S PREVIOUS VERSION ALREADY RUNNING ON
OPERATING SYSTEM IT WILL CREATE A PROBLEM OF OVERRIDING OF
PREVIOUS VERSION AND MAKE CHANGE IN SYSTEM REGISTERY. .NET
PROVIDE A FACILITY OF GAC GLOBAL ASSAMBLY CACHE IN WHICH
WHEN NEW APPLICATION DEPLOYEED THEN IT EASILY DIFFERENCIATE
WITH PREVIOUSLY RUNNING VERSION IN MANY WAY AS THEIR NAME,
VALUE, CULTURE AND OTHER THEN DLL PROBLEM WILL NOT ARISE.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How do u declare static variable and how it is declared and what is its lifetime?
How does output caching work in ASP.NET?
Define static member?
What is difference between web config and global asax?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Where session id is stored?
Define resource files.
How does exception management works in ASP.NET?
Why is string called immutable data type?
Explain about Multi-Language integration?
Is viewstate secure?
Can one dll file contains the compiled code of more than one .net language?
What is web api and why to use it?
Where is the view state data stored?
What are the different types of Caching techniques in ASP.NET?