I'd like to know how can I know which dll is invoked in "my" ASP page.
I saw in the code that there's a method who invoke a MyName.dll.
So I would know where I can find it?
Moreover I saw that in this path: C:\Inetpub\Dll\ there are 5 folders that represent 5 different release of the same dll (in every folder there are many files and 1 of them is MyName.dll of the project every with the same name but different release)
while in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 there is MyName.dll (but when I put the mouse over it I can see that the release is 1.0.0 so I thought that it is an old verion)
I feel very confused! I hope that somebody could give me an hand to resolve it.
Regards!