What is a DLL Hell Problem in .Net?
Answers were Sorted based on User's Feedback
Answer / bhagsingh kherwal
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 ? | 0 Yes | 0 No |
Answer / rajendra patel jat
Its about assembly version problem but now solved.
Is This Answer Correct ? | 5 Yes | 8 No |
How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?
What are the main components of the ADO object model? How are they used?
2 Answers HCL, Syntax Softtech,
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?
1 Answers Patni, Perot Systems, Sedna Technology,
How to sign out from forms authentication?
What's the ASP.Net Application life cycle?
How Session outproc in Sqlserver stored?
What does the hotspot class in .net do?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Features in ASP.NET ?
What is a page life cycle?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What are the 3 types of web?