Issue
Getting error cannot create ACWPPServerProxy application on the remote server when trying to use Web Pinpoint.
Environment
WebClient
Cause
Configuration issue
Resolution
-
Get the web.config file Download and place it in the Webservers. Do not edit this file with Notepad (Use Textpad ot Notepad++, etc.)
- 64-bit systems directory: C:\Program Files (86)\Continuum\DNWACServerfactory (delete the old one)
- 32-bit systems directory: C:\Program Files \Continuum\DNWACServerfactory (delete the old one)
- Reboot the Webserver.
- Start Continuum and edit any Graphic.
- Once the graphic is opened, select View / Options and set the Web locations. There shouldn't be any red X's
-
Check the following file:
- 64 bit systems:.C:\Program Files (86)\Continuum\DNWACServerfactory\ web.config
- 32 bit systems: C:\Program Files\Continuum\DNWACServerfactory\web.config
- The server name should be correct. It should match you Webservers name.
Now test Webclient on the webserver first before any client systems.
Make sure you run RegIIS and Caspol.exe
C:\windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
C:\Windows\Microsoft.NET\Framework\v2.0.50727\caspol.exe -m -addgroup Internet_Zone -zone InterNet FullTrust -name FullTrust
C:\Windows\Microsoft.NET\Framework\v2.0.50727\caspol.exe -m -addgroup Trusted_Zone -zone Trusted FullTrust -name FullTrust
Please note that the above may be case sensitive.