Hi,
I just have just deployed a ASP.NET 2.0 website, on a live server with other ASP.NET 1.1 applications.
The website seems to generate the error
Unrecognized configuration section 'connectionStrings' on repeated visits.
The framework versions is already set to ASp.NET 2.0 in the IIS.
Any help
Regards,
Adnan

Unrecognized configuration section 'connectionStrings'
Dustin Walker
RandyMan
Run the following command on your webserver:
c:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
wolf777
Aaron Skonnard
ASP.NET 2.0 may be installed, but the virtual directory may not be set to run the .NET 2.0 version of the framework.
Check this out by:
Regards,
Dave