In IIS, under the web site properties, click on the Directory Security tab and then on the Authentication and Access control button. If the Basic Authentication tab is checked, then a Default Domain textbox is enabled. There you can specify networkname.
Keep this in mind, however. This is a less secure approach because the password is sent over the wires in clear text. If access to the portal will be from outside of the firewall, I’d recommend that this approach be taken only in conjunction with installing an SSL certificate on the server and requiring SSL-only access from the outside. The SSL will handle the encryption of the password.