Answer Posted / 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 |
Post New Answer View All Answers
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Explain cashing in asp.net.
How can you handle errors in Web API?
How ViewstateMac works?
Where is http session stored?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Please briefly explain the usage of global.asax?
Is asp.net is a programming language?
In asp.net, how can you validate drop down box?
What does a switch do?
What is the used of "ispostback" property?
What are the Types of authentications in IIS
How can you pass multiple complex types in Web API?
how to retrieve property settings from xml .config file.