I created a website and moved it to the server pc'c IIS.
When I tried to go to the website, I got the following error :
Configuration Error :
Error occurred during processing of a configuration file required to service the request.
Parser Error Message :
Unrecognized configuration section 'connectionStri ns'
Source Error :
(web.config)
\windows\micros oft.net\framewo rk\v2.x\config
I asked a friend, and was told that it might be that asp.net 2.0 is not registered with IIS 5.0. I want to do this, but
I am afraid that it might screw up the existing IIS website which runs on asp.net 1.0 [I think]
What is the cause of this error ?
I am working in Visual Studio 2005 Prof.
The server is Windows 2000, running SQL Server 2000,
and I think that it has IIS 5.0 installed.
When I tried to go to the website, I got the following error :
Configuration Error :
Error occurred during processing of a configuration file required to service the request.
Parser Error Message :
Unrecognized configuration section 'connectionStri ns'
Source Error :
(web.config)
\windows\micros oft.net\framewo rk\v2.x\config
I asked a friend, and was told that it might be that asp.net 2.0 is not registered with IIS 5.0. I want to do this, but
I am afraid that it might screw up the existing IIS website which runs on asp.net 1.0 [I think]
What is the cause of this error ?
I am working in Visual Studio 2005 Prof.
The server is Windows 2000, running SQL Server 2000,
and I think that it has IIS 5.0 installed.
Comment