Can’t get IIS Express 8 beta to run website as 64-bit process
This option is now part of Vs 2013 / 2015 / 2017: Tools | Options | Projects and Solutions | Web Projects | Use the 64 bit version of IIS Express
This option is now part of Vs 2013 / 2015 / 2017: Tools | Options | Projects and Solutions | Web Projects | Use the 64 bit version of IIS Express
The JVM architecture in use can be retrieved using the “os.arch” property: System.getProperty(“os.arch”); The “os” part seems to be a bit of a misnomer, or perhaps the original designers did not expect JVMs to be running on architectures they weren’t written for. Return values seem to be inconsistent. The NetBeans Installer team are tackling the … Read more