Installing the Visual WebGui SDK will install everything you need to start developing a Visual WebGui application. In order to run the application you need to map a new script map extension named WGX in the IIS with the same parameters as ASPX but to uncheck the check file exists as Visual WebGui does not need a physical page.
1. Go to the IIS MMC and select the root web site.
2. Go to the home directory tab.
3. Press the configuration button.
3. In the mappings tab go to the ASPX extension and copy the definitions.
4. Create a new extension named WGX with the parameters of ASPX (without the check file exists).
Notice:
The .NET2.0 version requires the Microsoft web project installation for VS2005. Also VS2005 does not require the .wgx extension to be registered to develop only for deployment (you can deploy with a different extension).