Windows Server 2003 är konfigurerad för ASP.NET 1.1 Nu kör jag en applikation (Start Kit) med Visual Studio 2005 Beta med ASP.Net 2.0 och får följande felmeddelande: Du kan väl ställa in i IIS vilken version av ASP.NET som ska användas på respektive applikation har jag för mig. ASP.NET 2.0 borde väl dyka upp som val i IIS om du har installerat det på servern.Hur konfigureras ASP.NET 2.0 för Windows 2003?
Web config:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
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: <location path="events_edit.aspx">
Line 4: <system.web>
Source File: c:\inetpub\wwwroot\Club Web Site Starter Kit\web.config Line: 2
Alltså webcofig filen för denna applikation som har utvecklats i Visual Studi 20005 Beta 2.0 är konfigurerad för v2.0 (asp.net 2.0) som rad 2 (ovan ) visar i webconfig filen. Men Windows server 2003 – som jag förstår det – använder sig av Asp. Net 1.1
Måste jag konfigurera manuellt Windows Server 2003 för ASP.Net 2.0. Och hur gör jag i så fall ? Sker det inte automatiskt när man installerar Visual Studio 2005 med ASP.Net 2.0 ?Sv: Hur konfigureras ASP.NET 2.0 för Windows 2003?