Deploying Visual WebGui web applications with a ASP.NET extension
On various occations it may be necessary to deploy your DHTML Visual WebGui application with different extension than the standard .WGX extension. One such common scenario is when you are deploying to a web-hosting company (like GoDaddy for instance), which is not willing to add the necessary Application Extension (or Handler mapping in IIS7) for allowing deployment with the standard .WGX extension.
Learn how you can select any of the 18 defined by default
ASP.NET extension that are allready defined and associated
with the Aspnet_isapi.dll instead of the standard .WGX
extension in the following article written by Páll
Björnsson:
Deployment of DHTML Visual WebGui application with
different extension than the standard .WGX