Modified:
/Installation.wiki
=======================================
--- /Installation.wiki Tue May 24 07:22:18 2011
+++ /Installation.wiki Thu Oct 27 18:06:43 2011
@@ -17,7 +17,7 @@
= Copying binaries =
-The standard distribution contains a "bin" folder which is compatible
with !MapGuide Open Source 2.1. If you are using !MapGuide Enterprise 2010
or !MapGuide Enterprise 2011 and wish to access their feature data from
GeoREST, you will need to copy all of the files from the appropriate
version folder ("bin.!MgEnt2010" or "bin.!MgEnt2011") into the main "bin"
folder. Please note that the underlying FDO version for direct file access
by GeoREST is not affected by this, these are just the files required to
access the !MapGuide Web APIs.
+The standard distribution contains a "bin" folder which is compatible
with !MapGuide Open Source 2.1. If you are using !MapGuide Enterprise 2011
or !Infrastucture Map Server 2012 and wish to access their feature data
from GeoREST, you will need to copy all of the files from the appropriate
version folder ("bin.!MgEnt2010" or "bin.!MgEnt2011") into the main "bin"
folder. Please note that the underlying FDO version for direct file access
by GeoREST is not affected by this, these are just the files required to
access the !MapGuide Web APIs. You may have to copy the correct FDO dlls
as well. For example, if you use Autodesk IMS 2012, you may have to copy
the FDO 3.6 dlls into the GeoRest BIN folder.
http://i1046.photobucket.com/albums/b461/mapguide_guy/GeoRest%20Documentation/georest_installdir.png
@@ -52,7 +52,7 @@
* IUSR: Read
# Set permissions on the C:\!GeoRest\bin folder as follows:
* Network Service: Full Control
- # Create new application pool to be used by this service. It does not
require any managed components. NOTE: Only perform the following if using
the 32bit GeoRest dlls: if using 64 bit Windows version enable a 32-bit
Application Pool. Right click on application pool and select "Advanced
Settings" and change "Enable 32-bit Application" property to True.
+ # Create new application pool to be used by this service. It does not
require any managed components. NOTE: Only perform the following if using
the 32bit GeoRest dlls: Unless you are using the 64bit version of GeoRest,
you must enable a 32-bit Application Pool. Right click on application pool
and select "Advanced Settings" and change "Enable 32-bit Application"
property to True.
# Create a new virtual directory at the root of your website with an
alias of "rest" pointing to C:\!GeoRest\bin
# Convert this virtual directory into an application, using the
application pool you set up earlier.
# Under Handler Mappings, create a new Wildcard Module Mapping, that
sets the wildcard to `*` and pointing to
C:\!GeoRest\bin\!GeoRest_ISAPI.dll. Make sure to allow this extension to
run, or set up a new web extension rule for it manually.