Ad Hoc Properties Missing ASP.NET Tab

To edit the Secure Ad Hoc Transfer (SAT) Module configuration file, open the IIS Manager, expand the tree to find the SAT Module Web site, then right-click the node and click Properties. The Properties dialog box should have a tab called ASP.NET from which you can edit the configuration file.

If that tab does not exist, either the .NET framework is not installed on the computer or .NET is not registered with IIS. The SAT Module installer should detect this and provide an error message. Before installing the SAT Module, ensure that IIS is set up with .NET.

To run the ASP.NET Registration Tool

    1. At command prompt, change to the directory that contains the executable. For example, type:

      cd WINDOWS\Microsoft.NET\Framework\v2.0.50727

    2. Type the following, then press ENTER:

      aspnet_regiis.exe -i


      ASP.NET is installed and registered.

For more information about the ASP.NET IIS Registration Tool (aspnet_regiis.exe), refer to
http://msdn2.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
.