How do I use .NET DLLs outside GAC in PHP -
i little bit confused fact php can use dll files dotnet object global assembly cache , not local folder (from know). how site, that's using dll, going work, when web server doesn't have such gac? right developing on local machine; no problem, worried if able run site elsewhere.
so question is: possible access dll location gac?
i have seen quite lot questions/answers already, of them relating asp.net , how use dlls in visual studio.
thanks in advance -snrk
edit: describe want "lac" (local assembly cache).
Comments
Post a Comment