Hello,
In VWG applications, you must directly call the page that is a MainForm of the application, in order to start it. This is not an IIS configuration problem, as you anticipated, but the way VWG is built.
If you must, you can set the IIS default page to a static HTML page or an ASP.NET page that would redirect to the MainPage of your VWG application when started.
As you probably understand by now, if you disable directory-browsing in IIS, and set the URL to the path of the virtual directory of one of it's sub-folders, you would get an error, because there is not default page to load and browsing is disabled.
Regards,
Ori Cohen
The Visual WebGui team |
|