myLittleAdmin

Discussion in 'Databases' started by Oth3llo, Feb 25, 2011.

  1. Hi, i'm interested to manage my db using web tools.
    When I'm at home I can use Sql Server Management Studio, but at the office I can't due to proxy restrictions.

    So I have seen that there's a lite version of myLittleAdmin.
    How can I use it on Winhost ?

    The installation guide says

    INSTALLATION AND CONFIGURATION
    1. Open the .zip file and extract it to a folder within the scope of
    your site. Be sure to extract all the sub-folders.
    2. Edit the config.xml file (located at the root of the application)
    3. Enter your SQL Server address and name in the <sqlservers>
    node of the XML document:
    <sqlservers>
    <sqlserver address="127.0.0.1" name="localhost" />
    <sqlserver address="P27SRV\SQL2K5" name="Prod. SQL Server" />
    ...
    </sqlservers>
    4. Copy your license file (license.config) in the root folder of
    myLittleAdmin
    5. Setup your installation folder as a web application (you can do
    this through your IIS control panel or your web-host control
    myLittleAdmin for MS SQL Server
    3/12
    panel). If you do not have the rights to setup your installation
    folder as a web application, then you must copy the whole
    content of the /bin folder into the /bin folder of your website.
    6. You can now access myLittleAdmin at the following address
    http://www.yourServer.com/yourInstallFolder/

    There is a way to do it ? Or I need to copy all bin content into my bin ?
    Ty in advice and sorry for my english :)
    Max
     
  2. sorry

    sorry for the answer. It works :)
    ty
     
  3. What did you do to make it work?
     
  4. I put the whole myLittleAdmin site in a subfolder and set (but maybe this is not necessary) an additional application starting point on that folder.
     
  5. Cool, glad it's working and thanks for the explanation.
     

Share This Page