Rank: Newbie Groups: Member
Joined: 1/18/2007 Posts: 2 Points: 0 Location: San Jose, CA
|
We are using MLA 3.1d. The Encrypt Connecton option at connect options doesn't work in our shared hosting environment. Just wondering if anyway we could remove this option at all, so the customers won't play with it.
Thanks, Ching
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
Hi Ching
Edit default.aspx file and change line 81-82 to
<label for="checkEncryptConnection" id="labelEncryptConn" class="logon" runat="server" visible="false">Encrypt connection:</label> <asp:CheckBox id="checkEncryptConnection" runat="server" visible="false"/>
|
Rank: Newbie Groups: Member
Joined: 1/18/2007 Posts: 2 Points: 0 Location: San Jose, CA
|
Thanks,elian
That works.
Ching
|