View Single Post
  #5  
Old 02-13-2008, 10:24 AM
carl.hamilton carl.hamilton is online now
Registered User
 
Join Date: 02-12-2008
Posts: 4
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
Reply With Quote