I have created a ASP.NET project in Visual Studio 2005 and now I'm looking to take the project to a web server I have. I am using IIS 6 on Windows Server 2003. I set the IP Address to localhost (127.0.0.1) and TCP Port 80 and the home directory to the project folder. Using IIS 6 I have the option of using ASP.NET version 1.1.4322 or 2.0.50727. When I use version 1.1 I get the error message of:
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 configuration section 'connectionStrings' Source Error: Line 7: \Windows\Microsoft.Net\Framework\v2.x\Config Line 8: --><configuration> Line 9: <connectionStrings> Line 10: <remove name="LocalSqlServer" /> Line 11: <add name="RockwareJustice0001ConnectionString" connectionString="Data Source=Rock.Courthouse.com;Initial Catalog=RockwareJustice0001;Integrated Security=True" Source File: C:\Rockware\PublicAccessTerminal\web.config Line: 9 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
If I change the version to ASP.NET 2.0.50727 I get the usual "The page cannot be found" error.
Does anyone have any ideas of how I can resolve this issue?
Thanks

New Topic/Question
Reply



MultiQuote




|