habe nun .Net Framework 2.0 installiert und wollte eine ASP.NET 2.0 Applikation testen und erhielt prompt die folgende Fehlereldung:
Parser Error Message: Unrecognized attribute 'xmlns'.
Source Error:
Line 1: <?xml version="1.0"?>
Line 2: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
Line 3: <configSections>
Line 4: <sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup">
Source File: D:\DATEN\ASPNet2\atlas\web.config Line: 2
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Die Fehlermeldung "Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573" brachte mich auf die richtige Spur. Ich hatte vergessen im IIS die Version 2.0 von ASP.NET für dieses Web freizugeben, deshalb konnte es nicht funktionieren:
