Putting the assembly in the application web.config file

Discussion in 'Classic ASP' started by steldingc, Feb 1, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am wanting to put the pro version of jMail on my server in order to use the POP3 jMail object. The support team says to put the .dll in my /bin/ file and refers me to article 10239.

    In the article http://kb.discountasp.net/article.aspx?id=10239on how to put the assembly in the application web.config file, it says to use the following format:

    <configuration>
    <system.web>
    <compilation>
    <assemblies>
    <add assembly="<AssemblyName>, Version=<Version>, Culture=<Culture>, publicKeyToken=<PublicKeyToken>"/>
    </assemblies>
    </compilation>
    </system.web>
    </configuration>

    1. Where is this "web.config"file in which I must put this information?
    2. Where do I get the publicKeyToken for this assembly?
     
  2. This only applies to ASP.NET. There is a JMail.NET Pro version with POP3 functionality that you can use for your ASP.NET web applications.

    The JMail Pro for classic ASP will have to be installed/registered on the server, which we do not support.

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page