I would love an answer to this question. This is a situation that I am currently looking at. This will probably be the deciding factor for my company on whether we use your or a competitor's product.
Something like this:
Code:
<APP xmlns:dt="urn:schemas-microsoft-com:datatypes">
<CONNECTION>
<PORT dt:dt="ui4">80</PORT>
<PRIMARYSERVER>remoto.campastro.com</PRIMARYSERVER>
<PROXY dt:dt="ui4">1</PROXY>
</CONNECTION>
<LOGON>
<AUTOLOGON>true</AUTOLOGON>
<USERNAME>myname</USERNAME>
<PASSWORD>mypassword</PASSWORD>
<DOMAIN>mydomain</DOMAIN>
</LOGON>
<STARTUP>
<PUBLISHEDAPP>#2</PUBLISHEDAPP>
<STARTMODE dt:dt="ui4">1</STARTMODE>
</STARTUP>
</APP>
Some assistance please. Thanks.