G
Guest
I'm moving to .Net Framework 2.0. I've got a preliminary app done, which runs
fine in Visual Studio 2005. I've compiled it and am trying to run the app
under IIS, which is returning the following message:
****
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: <add
Line 14: name="DeptInfoConnection"
Source File: C:\Inetpub\wwwroot\CIS\web.config Line: 12
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032
****
It looks like IIS doesn't know about multiple versions of .Net being
installed, so I rand the aspnet_regiis.exe, with -i (after reviewing other
posts and MSDN). And I get the same message. I'm not an admin guy, but this
is something that I need to get figured out. What do I need so IIS will
recognize ASP.Net 2.0? Thanks in advance.
fine in Visual Studio 2005. I've compiled it and am trying to run the app
under IIS, which is returning the following message:
****
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: <add
Line 14: name="DeptInfoConnection"
Source File: C:\Inetpub\wwwroot\CIS\web.config Line: 12
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032
****
It looks like IIS doesn't know about multiple versions of .Net being
installed, so I rand the aspnet_regiis.exe, with -i (after reviewing other
posts and MSDN). And I get the same message. I'm not an admin guy, but this
is something that I need to get figured out. What do I need so IIS will
recognize ASP.Net 2.0? Thanks in advance.