There are usually two different scenarios for using aspNetMime, either you are using it from Visual Studio .NET or you aren’t. Below you will find some brief tutorials for using aspNetMime from either of these scenarios.

 

Using aspNetMime in Visual Studio .NET

When you are using aspNetMime in Visual Studio .NET it is recommended you IMPORT the aspNetMime.dll to the project. Once inside of the project, then set a reference to the IMPORTED copy, not the GAC copy. We recommend this, because in case aspNetMime is uninstalled from the server, your application will still run off of the imported aspNetMime.dll copy.

 

Please note that licensing requires a purchased license from aspNetMime for each copy installed on a different server or computer. The option of a site license is also available, where aspNetMime can be installed on an unlimited number of systems, at a single, physical (mailing address) location. Please visit www.aspNetMime.com for the latest licensing terms.

 

Related Topics

Using aspNetMime in VS.NET [C#]

Using aspNetMime in VS.NET [VB.NET]

Using aspNetMime in a non-VS.NET Environment