I've read several KB articles on the support site about this but I still can't get this to work: I'm redirecting my requests for .NET pages to another server yet I would like to retain the SCE/VisualPreview toolbar. The virtualization works just fine but the toolbar is lost.
Here is my iwproxy_preconnect_remap section:
_regex=^/iw-mount/default/main/www/WORKAREA/Content/htdocs/((.*)([?&]iw_sce_recurse\=true)?)$=http://appserver:82/$1
_regex=^/iw-mount/default/main/www/WORKAREA/Content/((.*)([?&]iw_sce_recurse\=true)?)$=http://appserver:82/$1
_regex=^/(iw-mount/default/main/www/WORKAREA/Content/(.*)/[^?]*\.*)$=http://teamsiteserver:1080/$1?iw_sce_recurse\=true
_regex=^/(iw-mount/default/main/www/WORKAREA/Content/(.*)/[^?]*\.*\?.*)$=http://teamsiteserver:1080/$1?iw_sce_recurse\=true
Yet, no toolbar. Am I missing an entry?
Dave