ASP.NET - Add Reference of GAC is not possible ?
- by csharpbaby
I am new to ASP.NET having some basic doubts.
1) The public assemblies are deployed in GAC.Even when i go for "Add Reference ", I can
not point to c:\windows\assembly ( i hope it is not possible) .Still i need to refer the
assembly from ..\Bin folder of the source project ( custom assembly).Is there any consideration behind it?
2 ) Why exe is not allowed in GAC ?