anyconnect 3.0 is installed in my win7 computer.
Many .xml files are located in C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile
I can see some servers defined in server list in one of these profiles.
<ServerList>
<HostEntry>
<HostName>XXXXX</HostName>
<HostAddress>AAAAAA</HostAddress>
</HostEntry>
<HostEntry>
<HostName>YYYYY</HostName>
<HostAddress>BBBBBB</HostAddress>
</HostEntry>
.................................
so I think anyconnect uses this profile and when I connect server A, xml profile file defined in server A will be automatically downloaded to this directory.
when I connect server B, xml profile file defined in server B will be automatically downloaded in this directory. That is the reason why many xml files in C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile.
Am I right?
Another question is how anyconnect know which xml profile it uses since so many xml files in this directory?
Thanks in advance.
Martin