The connection name 'OraAspNetConString' was not found in the applications configuration or the connection string is empty.
Recently, I was getting this error when I was working on a web project I've had in my machine for a while. 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: The connection name 'OraAspNetConString' was not found in the applications configuration or the connection string is empty. Source Error: Line 275: <siteMap> Line 276: <providers> Line 277: <add name="OracleSiteMapProvider" type="Oracle.Web.SiteMap.OracleSiteMapProvider, Oracle.Web, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342" connectionStringName="OraAspNetConString" applicationName="" securityTrimmingEnabled="true"/> Line 278: </providers> Line 279: </siteMap> Source File: C:\W...