PublicTokenKey.

M

Mr. X.

Hello.
I see that if I have my own dlls, that need to put on web site,
I should declare the dll-file on web.config file like this :
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<compilation>
<assemblies>
<add assembly="MyDll, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null"/>
</assemblies>
</compilation>
</system.web>

</configuration>

Except that : I need PublicTokenKey.
Should I create publicTokenKey, and how can I do that?

Thanks :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top