APGvNext Sam
vNext Dev
- Total Posts : 13240
- Joined: 2001/05/23 00:00:00
- Status: offline
System Requirements for APG vNext
System Requirements:- Web Server: Windows 2003, 2008, 2012;
- IIS Version: IIS 6, 7, 7.5, 8;
- ASP.NET Version: 4.0, 4.5;
- SQL Server Version: 2005, 2008, 2012, 2014;
Download the Server Environment Checker versionchecker.zip Instruction:- First, create a folder on your server, and mark it as an application (make sure you use ASP.NET 4 or 4.5 for the AppPool).
- Then, unzip VersionChecker.zip, and upload the 2 files (versionchecker.aspx, versionchecker.aspx.vb) onto the folder you just created.
- Use your browser to view versionchecker.aspx on your server (e.g. http://your-server-url/foldername/versionchecker.aspx) and it will tell you web server version you have.
- You can also check your SQL server version by specifying your SQL server login info.

System Requirements in Detail:Web Server / ASP.NET- Web Server: Windows 2003, 2008, 2012;
- IIS Version: IIS 6, 7, 7.5, 8;
- ASP.NET Version: 4.0, 4.5;
- ASP.NET Session NOT required;
- ASP.NET ViewState required (used sparingly throughout the application);
- A folder marked as application on your server (a standard ASP.NET requirement);
- Both Medium and Full Trust environments are supported;
- Application Pool can be either Classic or Integrated Pipeline;
Database Server- SQL Server Version: 2005, 2008, 2012, 2014;
- Regular Editions supported: Datacenter, Enterprise, Standard, Web, Workgroup
- Express Edition supported: Express with Advanced Services (for Full-Text Search)
- SQL Express Edition without Advanced Services is Not supported.
- Beginning v4.5, we fully support SQL Server w/ Turkish Collation (Turkish_CI_AS)
- An empty database;
- Full-Text Index enabled on server (default);
- Initial installation requires the database user to be either a db_owner or db_ddladmin (database role);
- Forum operation (post installation) requires at least db_datareader and db_datawriter (database role)
- We DO NOT support the following database platforms:
- Microsoft SQL Server 7
- Microsoft SQL Server 2000
- Oracle
- MySQL
- Microsoft Access
post edited by APGvNext Sam - 2014/08/06 17:46:39
Attached Image(s)
|