ASP.NET 2.0 Migration Backups causing some head scratching
Posted by: Rick Strahls WebLog,
on 05 Nov 2005 |
View original | NEW Bookmarked: 0 time(s)
Hmmm… this is bugging the shit out of me: I have an ASP.NET 2.0 project that’s complaining that it’s not a proper virtual directory in IIS. The problem is that it doesn’t like the virtual level configuration settings in web.config so I get an error for the Authentication section which is not allowed on a non-virtual:
Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused...