Ric,
Because the WebEdition is a 32bit assembly, when deploying it to IIS within 64bit system, you need to configure the IIS and make it run in 32bit mode. Here as following is how you can do it.
- Register CScript engine.
Open the “C:\Inetpub\AdminScripts” folder. Double-click the “adsutil.vbs” file. There will be a register engine message box popped up. Click
Yes to register CScript engine.
- Enable IIS6.0 to run 32-bit application.
Open a command prompt and navigate to the “C:\Inetpub\AdminScripts” directory, type the following command and hit
Enter:
cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 true
- Register the 32bit ASP.NET extension to IIS.
In a command prompt, navigate to the “C:\Windows\Microsoft.NET\Framework\v2.0.50727” directory and run the following command:
aspnet_regiis.exe –i
This will install 32bit ASP.NET to IIS. You can see it in the IIS Manager. Click
Allow to enable this ASP.NET extension.

- Finally configure the properties and the permissions of the website and the map will display.
Any queries please let us know.
Ben.