Support Thread

I Lost The Software Package Where Can I Download The Software Again

I Lost The Software Package Where Can I Download The Software Again — APG vNext Guide

I Lost The Software Package Where Can I Download The Software Again — release and upgrade information for APG vNext the latest.

Upgrading APG vNext

  • Back up your SQL Server database before starting any upgrade.
  • Save your web.config, custom skins, and upfiles folder contents.
  • Run the upgrade SQL scripts in sequential order — never skip versions.
  • Test all key features after upgrading: login, posting, email notifications, file uploads.

Download & Support

Re-Downloading Your APG vNext Software Package

Losing the original software package does not affect your ability to run APG vNext — the licence is tied to your customer portal account, not the downloaded file. All past and current software versions available under your licence are permanently accessible from the customer portal regardless of when they were originally downloaded.

Accessing Your Download History in the Customer Portal

Log in to the customer portal at aspplayground.net with the email address used for the original purchase. Navigate to Account → Downloads to see all software packages associated with your licence. The download history shows every release version, including the version you originally purchased and all subsequent updates released during your maintenance subscription period. Click the Download button next to the version you need — downloads are not time-limited or one-time links. You can re-download the same version as many times as needed, for example when deploying to a new server or restoring from backup.

Verifying Download Integrity

Each download in the customer portal includes an MD5 and SHA-256 checksum listed alongside the file size. After downloading, verify the checksum to confirm the downloaded file is complete and unmodified:

# Windows PowerShell
Get-FileHash .\apg-vnext-5.x.x.zip -Algorithm SHA256 | Select-Object Hash

# Linux/macOS
sha256sum apg-vnext-5.x.x.zip

Compare the output against the SHA-256 checksum shown in the customer portal. If the checksums do not match, the download was corrupted during transfer — delete the file and download again. Deploying a corrupt package can cause difficult-to-diagnose application errors after installation.

Accessing Old Versions for Rollback

If a software update introduced a regression that you need to roll back from, the customer portal provides access to all previous versions released during your maintenance subscription. Select the version you want to roll back to from the download history, download the package, restore your database backup from before the update, and deploy the older application files. Contact APG support before performing a rollback to confirm whether the rollback is safe — some updates include database schema migrations that cannot be reversed without a full database restore.

Sharing Download Access Within Your Team

Customer portal download links expire after 24 hours for security. Do not share direct download URLs with team members — instead, add additional customer portal users under Account → Team Members to grant colleagues their own access to the download portal. Team member accounts have the same download access as the primary account holder but receive separate login credentials and audit trail entries, making it easier to track who downloaded which version for internal compliance purposes.

Related Resources

Email Not Received for Original Purchase

If you cannot find the original purchase confirmation email containing the licence key and download link, check spam and junk folders first. If still not found, log in to the customer portal using the purchase email address and access the licence and download from Account → My Licences and Account → Downloads. If you cannot remember the purchase email address, contact APG support with the approximate purchase date and the name/organisation used for the purchase — the support team can locate the account and resend the licence confirmation to the original email address or update the email address on the account after verifying identity.

Downloading for a Fresh Server Installation

When installing APG vNext on a fresh server (new deployment, cloud instance, or replacement server), download the latest available version from the customer portal rather than using the original installation package, even if the current production server is running an older version. Installing the latest version on the new server and migrating the database is simpler and more secure than recreating an outdated installation. Review the upgrade notes for each version between the production version and the latest version to understand any configuration changes or migration steps required to bring the database schema up to date. The APG support team can provide a migration checklist specific to your version gap if needed.

Keeping Your Download Archive Locally

After re-downloading, maintain a local archive of each APG vNext release you deploy to avoid future download dependency on internet access or customer portal availability. Store the downloaded ZIP package in your organisation's internal file storage (shared network drive, internal artifact repository, or version-controlled binary store) labelled with the version number and download date. Include the SHA-256 checksum file alongside each archived package so integrity can be verified before deploying from the local archive. A well-maintained local archive means that even in scenarios where internet access is disrupted (network outage, VPN issues, or customer portal maintenance windows), you retain the ability to redeploy or roll back the forum software from the local copy without any external dependency.


Looking for more help? Browse the support forum or check the Knowledge Base.