B
Bob
Hi,
i'm learning asp.net and i read this in the web.config of an application:
<compilation debug="true">
<assemblies>
<add assembly="vjslib, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/>
</assemblies>
</compilation>
Can somebody explain me what the <add assembly= .." > tag does mean? I use
VWD but couldn't find any reference to that. Is "vjslib" a DLL or something?
(by the way, when i remove it from web.config, the application still works
...)µ
Thanks
Bob
i'm learning asp.net and i read this in the web.config of an application:
<compilation debug="true">
<assemblies>
<add assembly="vjslib, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/>
</assemblies>
</compilation>
Can somebody explain me what the <add assembly= .." > tag does mean? I use
VWD but couldn't find any reference to that. Is "vjslib" a DLL or something?
(by the way, when i remove it from web.config, the application still works
...)µ
Thanks
Bob