You need to find the hostname checkbox and add the tag Visible=”false”
I think you are refering to this line...
<div class="col-sm-10">
<asp:CheckBox ID="chkAutoHostName" runat="server" Checked="true"
AutoPostBack=true Text="Hostname will be generated automatically" meta:resourcekey="chkAutoHostName" />
</div>
But unfortunately when i try to add Visible=”false” it will mess up the whole code and an error will display, so i went ahead an removed: AutoPostBack=true
And changed the test a bit, the check box is visible but clicking it wont change nothing, i hope there is a better solution otherwise ill have to stick to my solution...
if it works you can leave it.
Thanks a lot !... Not exactly a user friendly solution though, hope if someone can share a better solution to hide the check box and disable the user changing host name instead of just making this option nonfunctional !...