ASP.NET Applications

Top  Previous  Next

ASP.NET application rely on the Visual Web.GUI framework.

 

Guineu does not deploy the application, merely compiles it. The generated sample HTM form expects that there's a virtual directory "g" pointing to the project directory. Not perfect, but was enough to quickly demonstrate this.

 

You could create your own virtual directory pointing to the project directory, or copy the bin directory, the resource directory, and the web.config file into a virtual directory of your web server. You need to register the *.wgx extension the same as the aspx extension. The name of the default page is index.wgx.