[quoted text, click to view] > Yes, this is correct. I need to have both. Can I create a sub virtual
> directory that would not contain WSE secured web services?
Yes... you can have the WSE enabled for only a specific location.
<location path='path'>
<microsoft.web.services2/3>
<!-- define the configuration for the corresponding path -->
<!-- To disable all input and output filters -->
<filters>
<input>
<clear />
</input>
</filters>
<!-- To disable all policies -->
<policy fileName='filename.config" />
</microsoft.web.services2/3>
</location>
And define your policy in path/filename.config.
Incase you want it to have no security policies but the parent folder has
one, you'll need to define a default policy with a DummyPolicy that does
nothing and validates all requests.
HTH
--
Happy Hacking,
Gaurav Vaish |
http://www.mastergaurav.org http://www.edujini.in |
http://webservices.edujini.in -------------------