This forum section addresses error messages users encounter when installing APG vNext version 3 on their web servers. Below are the most common issues and their solutions.
SQL Server Connection Errors
The most frequent installation error is a SQL Server connection failure. Check the following:
- Verify the connection string in
web.config— ensure the server name, database name, username, and password are all correct. - Confirm SQL Server is running and accessible from the web server.
- If using SQL Server Express, the instance name is typically
.\SQLEXPRESSnot. - Ensure the SQL login has db_owner permissions on the forum database.
IIS Permission Errors
- The application pool identity must have read/write access to the forum folder.
- The
uploadsfolder specifically requires write access for file attachments. - If you see
Access to path is denied, right-click the folder → Properties → Security → add IUSR and IIS_IUSRS with Modify permission.
ASP.NET Not Registered
If you receive a 500 error immediately after installation, ASP.NET may not be registered with IIS:
- Run
aspnet_regiis -ifrom the .NET Framework folder to register ASP.NET with IIS. - Ensure the application pool is set to use the correct .NET Framework version (2.0 or 4.0).
For further help, visit the Support Forum.
Looking for more help? Browse the support forum or check the Knowledge Base.