myLittleTools Community Forum
»
myLittleAdmin For SQL Server (2005, 2008, 2012)
»
Support Queries
»
How can i change default protocol value and hide the Options button from the connection box
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
Changing default protocol value is pretty easy: 1. Edit file config.xml 2. Go to node connection/protocols 3. Change line from <protocol value="dbmslpcn" name="lDefault" localization="true" /> to <protocol value="xxxxxxx" name="lDefault" localization="true" /> with xxxxx = the value you want to use as Default, i.e. Named pipes: dbnmpntw TCP/IP: dbmssocn
In order to hide the Options button: 1. Edit file default.aspx 2. Go to line 89 3. Change line 89 from <input type="button" id="btnOptions" value="Options >>" runat="server" /> to <input type="button" id="btnOptions" value="Options >>" visible="false" runat="server" />
|
|
Guest |
myLittleTools Community Forum
»
myLittleAdmin For SQL Server (2005, 2008, 2012)
»
Support Queries
»
How can i change default protocol value and hide the Options button from the connection box
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
|
Main Forum RSS :
Theme created by myLittleTools
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.