S
scott
Hi,
From IIS6 and from a session on the 2003 server i attempt to browse to
http://localhost/default.aspx and get the following 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 10: <configuration>
Line 11: <appSettings/>
Line 12: <connectionStrings/>
Line 13: <system.web>
Line 14: <!--
Source File: c:\inetpub\wwwroot\web.config Line: 12
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300
I tried changing ASP.NET version via Default Web Sites, Properties, ASP.NET
tab and switching to version 2.#. After this change and running IISRESET i
now get page not found when i attempt to browse to
http://localhost/default.aspx.
Can anyone help ?
NOTE:
default.aspx resides in c:\inetpub\wwwroot
i can see IISTART.html no problem
i have admin righths
Thanks
Scott
NOTE: default.aspx contains:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb"
Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
testing</div>
</form>
</body>
</html>
From IIS6 and from a session on the 2003 server i attempt to browse to
http://localhost/default.aspx and get the following 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 10: <configuration>
Line 11: <appSettings/>
Line 12: <connectionStrings/>
Line 13: <system.web>
Line 14: <!--
Source File: c:\inetpub\wwwroot\web.config Line: 12
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300
I tried changing ASP.NET version via Default Web Sites, Properties, ASP.NET
tab and switching to version 2.#. After this change and running IISRESET i
now get page not found when i attempt to browse to
http://localhost/default.aspx.
Can anyone help ?
NOTE:
default.aspx resides in c:\inetpub\wwwroot
i can see IISTART.html no problem
i have admin righths
Thanks
Scott
NOTE: default.aspx contains:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb"
Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
testing</div>
</form>
</body>
</html>