Intallation is as follows.
-
Download the latest version from:
ipn-easy.com -
Save the file locally to your computer.
-
Click the appropriate installer file (i.e. Setup.exe) to install the software locally on your computer.
-
Add a project reference to Rolosoft.IpnEasy.Net.dll installed to c:\Program Files\Rolosoft\IPN Easy.Net\Assemblies\ (if you installed to the default location)
-
Copy the documentation file Rolosoft.IpnEasy.Net.XML to your project's ./bin folder.
-
As part of your trial or purchase of this software, you will have received your unique license key details by email.
Please keep this email in a safe place. You will need these details to install the product in your application.
The following steps describe how to install your product license.
-
You will need to modify either web.config (web project) or app.config (.exe project) to install your product license.
Locate and open your application .config file (e.g. web.config or app.config)
-
Add the following snippet to configuration\configSections
CopyXML<sectionGroup name="RolosoftIpnEasy"> <section name="settings" type="Rolosoft.IpnEasy.Net.ConfigurationHandler,Rolosoft.IpnEasy.Net, Culture=neutral" allowDefinition="Everywhere" allowLocation="true"/> </sectionGroup>
-
Immediately below configuration\configSections add the following new section:
CopyXML<RolosoftIpnEasy> <settings licenseKey="{your license key}" licensedTo="{your name}"/> </RolosoftIpnEasy>
Replace {your license key} and {your name} with the information supplied with your license.
Failure to correctly add these configuration sections will result in IPN Easy for .NET raising a ConfigurationSectionException.
