can we place the same DLL in debug folder two times?
(without using strong name )
Answer Posted / pratap
Yes. We can't keep two dlls with same name in our debug
folder. We can do this in GAC only(with strong name).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is Forms Authentication in ASP.NET?
What is postback and autopostback in asp.net?
How many types of state management are there in asp net?
What is postback pixel?
Can we use a static function with a non-static variable?
How can we access static variable?
Can you set the session out time manually?
Can you use Web API with ASP.NET Web Form?
Where can I get the details on migration of existing projects using various technologies to asp.net?
How Session outproc in Sqlserver stored?
What is the significance of proxy user?
What is advantage of code behind coding in ASP.NET?
What is & in a url?
Which two new properties are added in asp.net 4.0 page class?