How to hide the default Network News Transfer Protocol Control Newsgroups (261244)



The information in this article applies to:

  • Microsoft Internet Information Server 4.0

This article was previously published under Q261244

SUMMARY

The default Control newsgroups that are installed with the Microsoft Network News Transfer Protocol (NNTP) service that is included with Internet Information Server (IIS) version 4.0 are visible by default. This article provides steps to hide those newsgroups.

MORE INFORMATION

To hide the default NNTP newsgroups from users:
  1. Set the permissions on the appropriate folder:
    1. Select the Control folder, which is located by default in the following folder:

      %SystemRoot%\Inetpub\Nntpfile\Root

    2. Right-click the Control folder, and then click Properties. Click the Security tab, and then click Permissions.
    3. In the Directory Permissions dialog box, click the Everyone group in the Name list. Under Type of Access, click No Access.NOTE: If you allow anonymous access to the NNTP server, you must also set the permissions to No Access for IUSR_server_name (where server_name is the name of the IIS server that is running the Microsoft NNTP service) to hide these newsgroups from anonymous users.

    4. Click OK, and then click Yes.
  2. Enable the Restrict newsgroup visibility option:NOTE: If you enable the Restrict newsgroup visibility option, you add processing overhead according to the NNTP services Help.

    1. On the Start menu, click Programs, and then click Windows NT 4.0 Option Pack.
    2. Click Microsoft Internet Information Server, and then click Internet Service Manager.
    3. Start Microsoft Management Console (MMC), right-click the Default NNTP Site object, and then click Properties.
    4. In the Default NNTP Site properties, click the Home Directory tab. Under Access restrictions, click Restrict newsgroup visibility. Click Apply, and then click OK to save the changes.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:

230110 Default Newsgroups Installed with NNTP Server


Modification Type:MajorLast Reviewed:4/1/2006
Keywords:kbhowto KB261244