Answer Posted / anisha
DLL HELL was there in earlier version of .Net .With the
latest Version .Net handles this automatically.
It arised due to two main reasons.:-
1.> While the dll are named the name may match with those
existing by default in windows folder or if the dll has not
been updated after adding an additional functionality then
the application will throw error and this resulted in DLL
hell.This can be avoided by either updating the DLL or by
changing the version in web.config through strong tag.
2.> There may be a side effect with dll as particular
memory reference may get deleted then the application will
throw error and result in DLL hellas it wont get that
referenced memory required in the application
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Explain About duration in caching technique
Explain how viewstate is being formed?
Can you explain autopostback?
How you can access the values from the Repeater control in ASP.NET?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Is there any limit for query string? Means what is the maximum size?
If 200 is for all successful operation then why do we have 201 response codes?
How can we create Tree control in asp.net?
What is app_code folder in asp net?
What kind of data we can store in viewstate?
Are cookies stored on server or client?
Can viewstate be accessed in another page?
What is the difference between server-side scripting and client-side scripting?
What is httpresponse?