Showing posts with label Director Domain name. Show all posts
Showing posts with label Director Domain name. Show all posts

Friday, 23 September 2016

Prepopulate Director web interface with Domain Name

Logon to Director

browse to c:\Inetpub\wwwroot\DesktopDirector\ and make a copy of logon.aspx

modify logon.aspx line:

< a s p :TextBox ID="Domain" runat="server" ...


and in between these two, put in the following:

< a s p :TextBox ID="Domain" Text="mydomain.local" readonly="true" runat="server"...
where your domain is called mydomain.local

restart the site and test.