It does appear that I have navigated to the Default.aspx under NET1.1 version. When I compile, I still get the previously stated error....
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. C:\Program Files\VisBuildPro6\Samples\Misc\WebLauncher\NET1.1 \Web.Config
line 52
The error is pointing to line 52 of Web.config under the NET1.1 folder:
<authentication mode="Windows" />
Should this issue in the NET1.1 Web.config have an effect on the 2.0 version? I have attached a copy of that web.config under Net1.1.
Thanks
|