Converting Pictometry Navigator™ API from Development to Production
Use the steps below to convert the Image Navigator API to use the production servers:
- Obtain the production User Id and Key from the attached credentials.txt file that was emailed to you.
- Change the domain name in the proxy server from http://dev.pictometry.com to http://pol.pictometry.com
- Change the proxy server to use the new Key.
- Change the domain name in API load line of your application from http://dev.pictometry.com to http://pol.pictometry.com
- Change the UserId in the ImageNavigator parameters to use the new User Id.
IMPORTANT: For customers using the .NET Web Handler (.ashx) proxy there have been instances where changing the domain name in Step 2 didn't cause the .ashx file to be re-compiled by IIS. The cached copy using the old domain name continued to be used. To get around this, follow the steps below to remove the cached files.
- Go to %SystemRoot%\Microsoft.NET\Framework\versionNumber\Temporary ASP.NET Files, where the versionNumber is for the version of .NET on you system.
- There should be a folder there with the name of your application.
- Stop IIS.
- Rename or remove the application folder.
- Re-start IIS.