The following instructions are required to be followed for your server that
hosts the IntraWeb Studio Server and optionally for the web server where you
plan to deploy to in dynamic .aspx/.iwp mode. If your web server does
not have .NET installed yet, then you need to follow 2 steps:
Download and install Microsoft's .NET framework. IWS currently requires .NET
1.1 - .NET 2.0 may be installed side by side.
Activate ASP.NET on your web server. Go to your .NET framework
installation directory and run aspnet_regiis.exe. Also make sure that
the ASPNET account (this is the default account for all asp.net
applications) has read permissions on the drive where your asp.net
applications are located. More information on this can be found here. Note for Domain Controlers: On a
Domain Controler the default account that all asp.net applications are run
under is IWAM_{machine name}
If IIS was installed before .NET has been installed, then
you need to follow step #2.