Microsoft KB Archive/895552

From BetaArchive Wiki

Article ID: 895552

Article Last Modified on 5/8/2007



APPLIES TO

  • Microsoft ASP.NET 1.1
  • Microsoft ASP.NET 1.0




Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry


Introduction

This article describes how to configure the ASPNET account to send an e-mail message by using the System.Web.Mail namespace.

MORE INFORMATION

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
To configure the ASPNET account to send an e-mail message by using the System.Web.Mail namespace, follow these steps:

Part 1. Grant permission for the ASPNET account to access the registry key for Microsoft Collaboration Data Objects (CDO) for Exchange 2000 Library

  1. Click Start, click Run, type regedt32, and then click OK.
  2. In Registry Editor, locate and expand the HKEY_CLASSES_ROOT registry subtree.
  3. Expand TypeLib, and locate {CD000000-8B95-11D1-82DB-00C04FB1625D}.
  4. Right-click {CD000000-8B95-11D1-82DB-00C04FB1625D}, click Permissions, and then click Add.
  5. Type ComputerName\ASPNET, and then click OK.


Note The placeholder ComputerName is a placeholder for the name of the computer.

Part 2. Grant NTFS file system permissions for the ASPNET account to the \Inetpub\mailroot\pickup folder

  1. Click Start, click Run, type \Inetpub\mailroot\, and then click OK.
  2. Right-click Pickup folder, click Properties.
  3. Click the Security tab, click Add, type ComputerName\ASPNET, and then click OK.
  4. Make sure that the following permissions are selected. If they are not selected, click to select them.
    • Read & Execute
    • List Folder Contents
    • Read
  5. Click OK.

Part 3. Configure the Smart host for Microsoft Internet Information Services (IIS)

  1. Click Start, click Run, type inetmgr, and then click OK.
  2. Expand ComputerName, right-click Default SMTP Virtual Server, and then click Properties.
  3. Click the Delivery tab, and then click Advanced.
  4. In the Smart host text box, type SMTP Smart host Name, and then click OK.


Note The SMTP Smart host Name placeholder is a placeholder for the name of the SMTP Smart host.

Part 4. Specify the logon account and password for the SMTP Smart host server in the ASP.NET configurable file


Specify the logon account and password for the SMTP Smart host server in the ASP.NET configurable file to provide credentials for the domain logon. The logon account and password for the SMTP Smart host server are the same as the logon account and password that you established in Part 3. To specify the logon account and password for the SMTP Smart host server in the ASP.NET configurable file, follow these steps:

  1. Click Start, click Run, type inetmgr, and then click OK.
  2. Expand ComputerName, right-click Default SMTP Virtual Server, and then click Properties.
  3. Click the Delivery tab.
  4. Click Outbound Security.
  5. Click Basic authentication, and then type the logon account and password.
  6. Click OK two times.


For more information about the System.Web.Mail namespace, visit the following Microsoft Web site:

REFERENCES

For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:

313775 How to use the CDOSYS library to send an e-mail message by using the SMTP port in Visual Basic .NET


271071 How to set required NTFS permissions and user rights for an IIS 5.0 Web server


260985 XIMS: Minimum NTFS permissions required to use CDONTS



Additional query words: XCON

Keywords: kbexchdev kbhowto KB895552