After installation is finish of Director and you browse to the site, you need to type username, password and domain:
To Pre-Populate Domain Name for Director you need to change some code.
This change will be reset back to default after upgrade of Director.
- Browse to this file and edit with notepad:
C:\inetpub\wwwroot\Director\LogOn.aspx
- Search for code line that start with:
<asp:TextBox ID="Domain" runat="server"
- Change code to this:
<asp:TextBox ID="Domain" Text="Domain.local" readonly="true" runat="server"
Result: