I have deployed the webservice on IIS 5.1 Webserver, but when I change the
"wse3policyCache.config" file, the policy is not changed.
For ex:
I have 3 policy file with the same name:
1. The first used for "mutualCertificate11Security" element
2. The first used for "usernameForCertificateSecurity" element
3. The first used for "anonymousForCertificateSecurity" element
When I replace the the first file with one of others, the policy didn't
change ( although I restarted IIS). It seem to be I must rebuild the project
and redeploy to apply the change.
So, do I need rebuild, redeploy to apply another policy? If "no", plz give
me another solution, otherwise, plz show me how to rebuild the project by
command.
Thanks,
Kirk Allen Evans - 26 May 2006 20:01 GMT
Did you try touching the web.config that references the
wse3policycache.config reference? You should be able to open web.config for
the application and make a small inconsequential change, like add whitespace
between 2 elements. This phases up a new worker process, phases old
requests off the original and phases new requests onto the new one.
Kirk Allen Evans [msft]
>I have deployed the webservice on IIS 5.1 Webserver, but when I change the
> "wse3policyCache.config" file, the policy is not changed.
[quoted text clipped - 14 lines]
>
> Thanks,