Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Any procedures covered in this section should be performed ONLY by authorized technical personnel, such as IT or WennSoft Consulting.

Technical

...

Notes

About Registration Key Tables

...

  1. Select Start > Control Panel > Administrative Tools > Internet Information Services (IIS).
  2. Expand the server, then Web Sites, then Default Web Site.
  3. Locate the virtual directory called SignatureRegistration, as shown below. 
    Image Removed
    • Computer Name
      • Application Pools
      • Sites
        • Default Web Site
          • aspnet_client
          • SignatureRegistration
  4. Right-click SignatureRegistration and select Properties.
  5. Select the Virtual Directory tab, then select Configuration.
  6. Under Application Mappings, you should see 30 or more .DLL files listed, most referencing the string "2.0.50727." If there are several fewer than this, you need to run the following command from a DOS window:
    1. Select Start > Run, then type "cmd" and select Open to open a DOS command window.
    2. Use the "cd" command to switch to the following folder: C:\windows\microsoft.net\framework\v2.0.50727
    3. Run the "aspnet_regiis -i" command.
  7. When finished, open IIS again and verify that the additional .DLL files are present with the correct .NET version.

...