Server Installation
Windmill is an ASP.NET application. Before its functionality can be provided to remotely-connected clients, it must be properly installed and configured. The initial installation on the server involves of the following components and processes:
- Install the Microsoft Internet Information Services (IIS) web server.
- Install the .NET framework version 1.1.
- Ensure that the ASP.NET module is properly registered.
Ensure ASP.NET module is properly registered
If the ASP.NET module is not already properly registed, it may be necessary to run the registration command manually.
- Open a command prompt.
- Type
instasp -i.
A message should be displayed that the ASP.NET module was registered correctly. If an error results, use the specific error message to help isolate the cause of the error.
Last modified 2005-12-19 04:55 PM